aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
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 /bpmn
parent99d051cebfee5a59eae4dd2f1c0d1365f9f6d573 (diff)
parent7e3721198f51220376a7f9b8c822a68fc057aa2d (diff)
Merge "removed global configuration of jar plugin"
Diffstat (limited to 'bpmn')
-rw-r--r--bpmn/mso-infrastructure-bpmn/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml
index 25913eabba..1ae0dd48f7 100644
--- a/bpmn/mso-infrastructure-bpmn/pom.xml
+++ b/bpmn/mso-infrastructure-bpmn/pom.xml
@@ -93,10 +93,19 @@
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
- <id>tests</id>
+ <id>tests-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
</execution>
<execution>
<id>original</id>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
</execution>
</executions>
</plugin>