diff options
author | 2020-06-03 10:08:12 +0000 | |
---|---|---|
committer | 2020-06-03 10:08:12 +0000 | |
commit | 8819fe2cfdad1b1f72bc67fd5dffd7c68ec7944b (patch) | |
tree | 449886b17079e2d35ee6dcf2550d006b6016526f /pom.xml | |
parent | 66e81795eb85fae8a39b94ba83b60d62f928ef32 (diff) | |
parent | 2dbbd78b28c4068bd1724c699af1e73e806060c2 (diff) |
Merge "make sure maven plugins only run when we want"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -644,6 +644,7 @@ <goal>unpack</goal> </goals> <configuration> + <skip>true</skip> <artifactItems> <artifactItem> <groupId>org.onap.so</groupId> @@ -665,12 +666,11 @@ <executions> <execution> <id>original</id> - <phase>package</phase> + <phase>none</phase> <goals> <goal>jar</goal> </goals> <configuration> - <skip>true</skip> <classifier>${originalClassifier}</classifier> <includes> <include>**</include> |