From adab566b80f044f684a97adb9d9490ec14631328 Mon Sep 17 00:00:00 2001 From: carlos Date: Fri, 27 Aug 2004 11:15:05 +0000 Subject: [PATCH] Added maven.dist.bin.artifact property git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116010 13f79535-47bb-0310-9956-ffa450edef68 --- dist/plugin.jelly | 4 ++-- dist/plugin.properties | 1 + dist/xdocs/changes.xml | 1 + dist/xdocs/properties.xml | 5 +++++ 4 files changed, 9 insertions(+), 2 deletions(-) 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. +