summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-27 13:17:57 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-30 18:07:44 +0200
commitfba054cd4529794180772239bb1decdd138ba9c0 (patch)
tree5bcbac5e5c0fdd805e4bc21a34143ce2460d8170 /config-model/pom.xml
parentac559d6b0dffc990da4279fb8369bc26f70f4676 (diff)
bump maven-jar-plugin version
* when creating multiple jars in same step, we now need to use a classifier for one of them.
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index c1f0af8d871..68975438956 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -344,6 +344,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
<executions>
<!-- for testing -->
<execution>
@@ -379,6 +380,7 @@
<classesDirectory>target/test-classes</classesDirectory>
<outputDirectory>tmp/</outputDirectory>
<finalName>apiplugin</finalName>
+ <classifier>apiplugin</classifier>
<includes>
<include>**/test/ApiPlugin.class</include>
<include>**/test/ApiService.class</include>