Update module poms to skip maven deploy
[aai/champ.git] / champ-service-deps-janus / pom.xml
index b8cbfb4..8c99d0a 100644 (file)
@@ -27,6 +27,12 @@ limitations under the License.
     <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>
@@ -97,7 +103,7 @@ limitations under the License.
                             <goal>copy-dependencies</goal>
                         </goals>
                         <configuration>
-                            <outputDirectory>../champ-service/target/graph-deps/janus-deps</outputDirectory>
+                            <outputDirectory>target/graph-deps/janus-deps</outputDirectory>
                             <overWriteReleases>false</overWriteReleases>
                             <overWriteSnapshots>false</overWriteSnapshots>
                             <overWriteIfNewer>true</overWriteIfNewer>
@@ -105,6 +111,13 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file