diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-11-23 08:43:04 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-11-23 08:43:04 +0000 |
commit | b7aa4bea9a9c5f30a611ccfcb40a999b649ed9ff (patch) | |
tree | ba88deee47c99b008d884fdf843ead415123bc5d /maven/mvn-deploy.sh | |
parent | 08cf98cb4ee6263ebb122d85794120362a059db6 (diff) | |
download | poi-b7aa4bea9a9c5f30a611ccfcb40a999b649ed9ff.tar.gz poi-b7aa4bea9a9c5f30a611ccfcb40a999b649ed9ff.zip |
more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/mvn-deploy.sh')
-rwxr-xr-x | maven/mvn-deploy.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/maven/mvn-deploy.sh b/maven/mvn-deploy.sh index 84a509e481..ae59e4bff7 100755 --- a/maven/mvn-deploy.sh +++ b/maven/mvn-deploy.sh @@ -69,11 +69,13 @@ scp poi-ooxml-@VERSION@-sources.* $M2_SCP/org/apache/poi/poi-ooxml/@VERSION@/ mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \ -Durl=$M2_REPOSITORY \ - -Dfile=poi-ooxml-schemas-@VERSION@-@DSTAMP@.jar -DpomFile=poi-ooxml-schemas-@VERSION@.pom -scp poi-ooxml-schemas-@VERSION@.pom.asc $M2_SCP/org/apache/poi/poi-ooxml-schemas/@VERSION@/ + -Dfile=poi-examples-@VERSION@-@DSTAMP@.jar -DpomFile=poi-examples-@VERSION@.pom +scp poi-examples-@VERSION@.pom.asc $M2_SCP/org/apache/poi/poi-examples/@VERSION@/ +scp poi-examples-@VERSION@-sources.* $M2_SCP/org/apache/poi/poi-examples/@VERSION@/ mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \ -Durl=$M2_REPOSITORY \ - -Dfile=poi-examples-@VERSION@-@DSTAMP@.jar -DpomFile=poi-examples-@VERSION@.pom -scp poi-examples-@VERSION@.pom.asc $M2_SCP/org/apache/poi/poi-examples/@VERSION@/ + -Dfile=poi-ooxml-schemas-@VERSION@-@DSTAMP@.jar -DpomFile=poi-ooxml-schemas-@VERSION@.pom +scp poi-ooxml-schemas-@VERSION@.pom.asc $M2_SCP/org/apache/poi/poi-ooxml-schemas/@VERSION@/ + |