Support maven deploy and docker build targets
[aai/champ.git] / champ-service-deps-titan / pom.xml
index e434618..d1046ed 100644 (file)
@@ -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>