summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-25 19:38:49 +0200
committergjoranv <gv@oath.com>2018-08-24 14:57:52 +0200
commitb99970ec9993be170265ffa076938334ec5a3b65 (patch)
tree218f4de3674c6286969f4ee372c3842f3f05d89e /docker-api/pom.xml
parentc6fb354b9542b17a05f43be675e6ed27d797d1ff (diff)
Rename config param to attach bundle artifact
.. to better follow maven convention and terminology.
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 87761a17f70..64410c32f06 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -129,7 +129,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <attachBundleToArtifact>true</attachBundleToArtifact>
+ <attachBundleArtifact>true</attachBundleArtifact>
</configuration>
</plugin>
<plugin>