summaryrefslogtreecommitdiffstats
path: root/node-admin/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 /node-admin/pom.xml
parentc6fb354b9542b17a05f43be675e6ed27d797d1ff (diff)
Rename config param to attach bundle artifact
.. to better follow maven convention and terminology.
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 0057b636548..7daeacec463 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -134,7 +134,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <attachBundleToArtifact>true</attachBundleToArtifact>
+ <attachBundleArtifact>true</attachBundleArtifact>
</configuration>
</plugin>
</plugins>