diff options
Diffstat (limited to 'sparkybe-onap-application/pom.xml')
-rw-r--r-- | sparkybe-onap-application/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 8472544..86de773 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -26,9 +26,10 @@ <config-home>${basedir}/</config-home> <docker.location>${basedir}/target</docker.location> <docker.image.name>sparky-be</docker.image.name> - <version.aai-schema>1.2.4</version.aai-schema> + <version.aai-schema>1.3.0-SNAPSHOT</version.aai-schema> <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath> <nexusproxy>https://nexus.onap.org</nexusproxy> + <shemaUnpackVersion>onap</shemaUnpackVersion> </properties> <dependencyManagement> @@ -612,8 +613,8 @@ <include>src/main/java/**</include> </includes> </configuration> <executions> <execution> <goals> <goal>format</goal> </goals> <phase>process-sources</phase> </execution> </executions> </plugin> --> - - <plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> @@ -630,15 +631,15 @@ <artifactId>aai-schema</artifactId> <version>${version.aai-schema}</version> <type>jar</type> - <includes>oxm/</includes> - <outputDirectory>${project.build.directory}/</outputDirectory> + <includes>/${shemaUnpackVersion}/oxm/</includes> + <outputDirectory>${project.build.directory}/oxm</outputDirectory> </artifactItem> </artifactItems> </configuration> </execution> </executions> - </plugin> - + </plugin> + </plugins> </build> |