diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly
index 6976e6f0..394b8de1 100644
--- a/jnlp/plugin.jelly
+++ b/jnlp/plugin.jelly
@@ -84,20 +84,21 @@
maximum-heap-size="${maven.jnlp.j2se.heapsize.max}"/>
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
@@ -161,19 +162,18 @@
outputDir="${maven.jnlp.tmpdir}"
/>
-
+
+
-
-
@@ -193,19 +193,20 @@
storepass="${maven.jnlp.signjar.storepass}"
keystore="${maven.jnlp.signjar.store}"/>
-
-
+
+
+
-
+
@@ -214,18 +215,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml
index d4b236dd..5ae3be8b 100644
--- a/jnlp/xdocs/changes.xml
+++ b/jnlp/xdocs/changes.xml
@@ -8,6 +8,11 @@
+
+ Fixes for MAVEN-518.
+ Artifact processing in the plugin
+ was slightly changed and now it supports jar overriding mechanism
+
Fix Maven-343. Support large jar files.