Merge "Upgrade Open daylight yang tool to version 8.0.6"
[cps.git] / cps-ri / pom.xml
index 25d7370..4ced335 100644 (file)
@@ -26,7 +26,7 @@
     <parent>\r
         <groupId>org.onap.cps</groupId>\r
         <artifactId>cps-parent</artifactId>\r
-        <version>3.1.2-SNAPSHOT</version>\r
+        <version>3.2.1-SNAPSHOT</version>\r
         <relativePath>../cps-parent/pom.xml</relativePath>\r
     </parent>\r
 \r
         </dependency>\r
     </dependencies>\r
 \r
+    <profiles>\r
+        <profile>\r
+            <id>default</id>\r
+            <activation>\r
+                <activeByDefault>true</activeByDefault>\r
+            </activation>\r
+            <build>\r
+                <plugins>\r
+                    <plugin>\r
+                        <groupId>org.apache.maven.plugins</groupId>\r
+                        <artifactId>maven-surefire-plugin</artifactId>\r
+                        <configuration>\r
+                            <excludes>\r
+                                <exclude>org.onap.cps.spi.performance.CpsToDataNodePerfTest</exclude>\r
+                            </excludes>\r
+                        </configuration>\r
+                    </plugin>\r
+                </plugins>\r
+            </build>\r
+        </profile>\r
+        <profile>\r
+            <id>include-performance</id>\r
+        </profile>\r
+    </profiles>\r
 \r
     <build>\r
         <plugins>\r