summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/pom.xml
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-08-29 14:56:02 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-08-29 15:16:28 -0400
commitc48ce4b76edaffa8d5d991769aba848006985eaa (patch)
treea6ecd1af0c2ed9708f58ae0fd34deb3d8cbb1ad3 /sparkybe-onap-application/pom.xml
parent87dfa2cf9864b4eb0a99eb4771bcd04455e70318 (diff)
aai-schema and ingest fixes
Issue-ID: AAI-1554 Change-Id: I0a27cf320d3d69d8e715af8c27d5afeaa2951da5 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/pom.xml')
-rw-r--r--sparkybe-onap-application/pom.xml15
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>