Temporary test for disable enforcer 53/61653/1
authorLusheng Ji <lji@research.att.com>
Tue, 21 Aug 2018 18:28:34 +0000 (14:28 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 21 Aug 2018 18:28:42 +0000 (14:28 -0400)
Issue-ID: DCAEGEN2-716
Change-Id: I04afa2b0b61131ffdf2c71e2b93c7c3d78905522
Signed-off-by: Lusheng Ji <lji@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 092b0a0..6573bc1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>