Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/dist/plugin.jelly,v retrieving revision 1.20 diff -u -r1.20 plugin.jelly --- plugin.jelly 3 Jul 2004 18:08:21 -0000 1.20 +++ plugin.jelly 23 Jul 2004 11:47:26 -0000 @@ -79,10 +79,10 @@ - + - + Index: plugin.properties =================================================================== RCS file: /home/cvs/maven-plugins/dist/plugin.properties,v retrieving revision 1.6 diff -u -r1.6 plugin.properties --- plugin.properties 14 Apr 2004 00:56:40 -0000 1.6 +++ plugin.properties 23 Jul 2004 11:47:27 -0000 @@ -28,3 +28,4 @@ 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 Index: xdocs/properties.xml =================================================================== RCS file: /home/cvs/maven-plugins/dist/xdocs/properties.xml,v retrieving revision 1.4 diff -u -r1.4 properties.xml --- xdocs/properties.xml 14 Apr 2004 00:56:40 -0000 1.4 +++ xdocs/properties.xml 23 Jul 2004 11:47:28 -0000 @@ -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. +