aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-11-14 13:54:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-14 13:54:38 +0000
commitbfc61c85d6e0bce1ed665fc62575d6b124f8c0e0 (patch)
tree424bd80bd0f4ed220be9563de93c76649610db74 /common/pom.xml
parent99d051cebfee5a59eae4dd2f1c0d1365f9f6d573 (diff)
parent7e3721198f51220376a7f9b8c822a68fc057aa2d (diff)
Merge "removed global configuration of jar plugin"
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index cd6f01641a..3690d7b5a1 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -245,6 +245,23 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ <executions>
+ <execution>
+ <id>tests-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>