aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index be03e932..e7788ed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -44,7 +44,7 @@
<build>
<plugins>
- <!-- Blackduck plugin breaks release build
+ <!-- Blackduck plugin breaks release build
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
@@ -65,20 +65,28 @@
</executions>
</plugin>
-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.17</version>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
</plugins>
</build>
<modules>
<module>asdcApi</module>
<module>dataChange</module>
- <module>ueb-listener</module>
+ <!-- <module>ueb-listener</module> -->
<module>vnfapi</module>
<module>vnftools</module>
</modules>
<organization>
<name>AT&amp;T</name>
</organization>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</project>