diff --git a/dist/plugin.jelly b/dist/plugin.jelly
index cead025d..a7217e32 100644
--- a/dist/plugin.jelly
+++ b/dist/plugin.jelly
@@ -79,10 +79,10 @@
-
+
-
+
diff --git a/dist/plugin.properties b/dist/plugin.properties
index e1e5d313..65171f48 100644
--- a/dist/plugin.properties
+++ b/dist/plugin.properties
@@ -28,3 +28,4 @@ maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}
maven.dist.dir=${maven.build.dir}/distributions
maven.dist.tar.executable=tar
maven.dist.gunzip.executable=gunzip
+maven.dist.bin.artifact=${maven.final.name}.jar
diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml
index 1119fa40..b0c5415a 100644
--- a/dist/xdocs/changes.xml
+++ b/dist/xdocs/changes.xml
@@ -25,6 +25,7 @@
+ Added maven.dist.bin.artifact property.
Don't generate ant build file, call maven-ant-plugin before or set a preGoal
Add NOTICE file to distribution
diff --git a/dist/xdocs/properties.xml b/dist/xdocs/properties.xml
index 6a1df62d..38847efc 100644
--- a/dist/xdocs/properties.xml
+++ b/dist/xdocs/properties.xml
@@ -67,6 +67,11 @@
yes - default is gunzip, found via the path. |
The path to the gunzip executable on the remote server |
+
+ | maven.dist.bin.artifact |
+ yes - default is ${maven.final.name}.jar. |
+ The name of the binary artifact to include in distribution, relative to target dir. |
+