o Fixing the name of the directory where the SEA is extracted. It is now
the:
${pom.artifactId}-${pom.currentVersion}
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13630ccccf
commit
7e5c71ac3a
@ -54,7 +54,7 @@
|
||||
/>
|
||||
|
||||
<filter token="NOTICE" value="${pom.name} v${pom.currentVersion} - starting installation... please wait"/>
|
||||
<filter token="WORK_DIR" value="${pom.currentVersion}"/>
|
||||
<filter token="WORK_DIR" value="${pom.artifactId}-${pom.currentVersion}"/>
|
||||
|
||||
<copy
|
||||
file="${pom.getPluginContext('maven-sea-plugin').getVariable('plugin.resources')}/sea-header"
|
||||
|
||||
@ -5,7 +5,7 @@ echo ""
|
||||
|
||||
# create a temp directory to extract to.
|
||||
#export WRKDIR=`mktemp -d /tmp/selfextract.XXXXXX`
|
||||
export WORK_DIR="@WORKDIR@"
|
||||
export WORK_DIR="@WORK_DIR@"
|
||||
mkdir $WORK_DIR
|
||||
|
||||
SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' $0`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user