summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-08-21 14:28:34 -0400
committerLusheng Ji <lji@research.att.com>2018-08-21 14:28:42 -0400
commit4ee1eb9d46079e2e18d01d2cfa0bbd03b398071a (patch)
tree4246db07e89a2e8bd89be088983ac65e663de429
parentfaf9d97bfa1ae69196adb8a9e48e97fc979c4bf0 (diff)
Temporary test for disable enforcer
Issue-ID: DCAEGEN2-716 Change-Id: I04afa2b0b61131ffdf2c71e2b93c7c3d78905522 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 092b0a0..6573bc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,5 +40,18 @@
<module>dcae-analytics</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-no-snapshots</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>