o moved the the embedder directory

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-09-01 21:27:48 +00:00
parent 884f70085e
commit 0307bf45dc
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
#!/bin/sh
ds=`date "+2.1.0.v%Y%m%d-%H%M"`
dir=`pwd`
mvn source:aggregate
mv target/maven-2.1-SNAPSHOT-sources.jar $dir/maven-embedder-$ds-depsrc.zip
(
cd maven-embedder
sed "s@<bundleVersion>.*</bundleVersion>@<bundleVersion>$ds</bundleVersion>@" pom.xml > tmp; mv tmp pom.xml
mvn clean install
mv target/maven-embedder-*-uber.jar $dir/maven-embedder-$ds-dep.jar
)