summaryrefslogtreecommitdiffstats
path: root/champ-service-deps-titan
diff options
context:
space:
mode:
Diffstat (limited to 'champ-service-deps-titan')
-rw-r--r--champ-service-deps-titan/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index e434618..d1046ed 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -26,7 +26,13 @@ limitations under the License.
<artifactId>champ-service-deps-titan</artifactId>
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
-
+
+ <parent>
+ <groupId>org.onap.aai</groupId>
+ <artifactId>champ</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+
<dependencies>
<dependency>
<groupId>org.onap.aai</groupId>
@@ -95,7 +101,7 @@ limitations under the License.
<goal>copy-dependencies</goal>
</goals>
<configuration>
- <outputDirectory>../champ-service/target/graph-deps/titan-deps</outputDirectory>
+ <outputDirectory>target/graph-deps/titan-deps</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>