Merge "path correction for the cokpit community"
[so.git] / packages / pom.xml
index ff1be1f..79b8485 100644 (file)
@@ -1,56 +1,37 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <parent>\r
-               <groupId>org.openecomp.so</groupId>\r
-               <artifactId>so</artifactId>\r
-               <version>1.2.0-SNAPSHOT</version>\r
-       </parent>\r
-\r
-       <groupId>org.openecomp.so</groupId>\r
-       <artifactId>packages</artifactId>\r
-       <packaging>pom</packaging>\r
-       <name>MSO Packages</name>\r
-\r
-\r
-       <profiles>\r
-               <!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->\r
-\r
-               <profile>\r
-                       <id>default</id>\r
-                       <activation>\r
-                               <activeByDefault>true</activeByDefault>\r
-                       </activation>\r
-                       <modules>\r
-                               <module>deliveries</module>\r
-                       </modules>\r
-               </profile>\r
-\r
-    <!-- Those profile are exclusive, choose docker or with-integration-tests -->\r
-               <profile>\r
-                       <id>docker</id>\r
-                       <modules>\r
-                               <module>deliveries</module>\r
-                               <module>docker</module>\r
-                       </modules>\r
-                       <properties>\r
-                                       <!-- For this profile we probably don't want to skip the docker push (if deploy goal is specified) -->\r
-                                       <docker.skip.push>false</docker.skip.push>\r
-                       </properties>\r
-               </profile>\r
-\r
-               <profile>\r
-                       <id>with-integration-tests</id>\r
-                       <modules>\r
-                               <module>deliveries</module>\r
-                               <module>docker</module>\r
-                               <module>arquillian-unit-tests</module>\r
-                       </modules>\r
-                       <properties>\r
-                                       <!-- For this profile we want to skip the docker push (if deploy goal is specified) -->\r
-                                       <docker.skip.push>true</docker.skip.push>\r
-                       </properties>\r
-               </profile>\r
-\r
-       </profiles>\r
-</project>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.onap.so</groupId>
+               <artifactId>so</artifactId>
+               <version>1.3.0-SNAPSHOT</version>
+       </parent>
+
+       <artifactId>packages</artifactId>
+       <packaging>pom</packaging>
+       <name>MSO Packages</name>
+
+
+       <profiles>
+               <!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->
+
+               <profile>
+                       <id>default</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+               </profile>
+
+    <!-- Those profile are exclusive, choose docker or with-integration-tests -->
+               <profile>
+                       <id>docker</id>
+                       <modules>                               
+                               <module>docker</module>
+                       </modules>
+                       <properties>
+                                       <!-- For this profile we probably don't want to skip the docker push (if deploy goal is specified) -->
+                                       <docker.skip.push>false</docker.skip.push>
+                       </properties>
+               </profile>
+       </profiles>
+</project>