diff options
author | Arthur Martella <am153x@att.com> | 2018-05-04 10:56:35 -0400 |
---|---|---|
committer | Arthur Martella <am153x@att.com> | 2018-05-04 11:09:04 -0400 |
commit | 13999df2b5cbcfd29d479e20970b39ba876725f3 (patch) | |
tree | 18b2535683b4bc880338ae7103e6e1e3f8061966 /pom.xml | |
parent | 232d414c6837a17e435cbdf9720b5a24fa344205 (diff) |
Add enforcer.skip to pom.xml
To prevent appc snapshot problem
Also change appc version to SNAPSHOT
Change-Id: Ifce05b7f44ccc70a2d654526d67da873dd325dcd
Issue-ID: SO-605
Signed-off-by: Arthur Martella <am153x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <resteasy.version>3.0.19.Final</resteasy.version> + <enforcer.skip>true</enforcer.skip> </properties> <distributionManagement> <repository> |