diff options
author | Lusheng Ji <lji@research.att.com> | 2018-08-21 14:28:34 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-08-21 14:28:42 -0400 |
commit | 4ee1eb9d46079e2e18d01d2cfa0bbd03b398071a (patch) | |
tree | 4246db07e89a2e8bd89be088983ac65e663de429 /pom.xml | |
parent | faf9d97bfa1ae69196adb8a9e48e97fc979c4bf0 (diff) |
Temporary test for disable enforcer
Issue-ID: DCAEGEN2-716
Change-Id: I04afa2b0b61131ffdf2c71e2b93c7c3d78905522
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |