diff options
author | Sven Gothel <[email protected]> | 2012-12-25 09:49:11 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-25 09:49:11 +0100 |
commit | fec3baf2834693e27666391aadc70e3e2e472b8c (patch) | |
tree | d63e955f5a75a59b59bb2d11b88fad7db220ca28 /maven/make-copy-poms.sh | |
parent | 6bdc31b31dfcd92a4b0f0114b5465a750483476c (diff) |
Maven: Stoe generated/temp *.pom files in output/
Diffstat (limited to 'maven/make-copy-poms.sh')
-rwxr-xr-x | maven/make-copy-poms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/make-copy-poms.sh b/maven/make-copy-poms.sh index 67b64cd..b74d77b 100755 --- a/maven/make-copy-poms.sh +++ b/maven/make-copy-poms.sh @@ -29,7 +29,7 @@ PROJECTS=`cat make-projects.txt | awk -F: '{print $1}'` || exit 1 for PROJECT in ${PROJECTS} do - SOURCE="${PROJECT}.pom" + SOURCE="output/${PROJECT}.pom" TARGET="output/${PROJECT}/${VERSION}/${PROJECT}-${VERSION}.pom" copy "${SOURCE}" "${TARGET}" TARGET="output/${PROJECT}/${VERSION}/pom.xml" |