diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-03-07 12:33:22 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-03-07 12:33:22 +0000 |
commit | 42d8eb48266b689c6ad42464e362d0a92193189a (patch) | |
tree | 7a22af177c60cc0d99d80897df8701bf5f0c5e18 /maven/mvn-deploy.sh | |
parent | 658ef14c88a886511afba7fa3650ef2691e1a467 (diff) | |
download | poi-42d8eb48266b689c6ad42464e362d0a92193189a.tar.gz poi-42d8eb48266b689c6ad42464e362d0a92193189a.zip |
include poi-excelant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/mvn-deploy.sh')
-rwxr-xr-x | maven/mvn-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/mvn-deploy.sh b/maven/mvn-deploy.sh index e6cfbbbe94..a6680c604c 100755 --- a/maven/mvn-deploy.sh +++ b/maven/mvn-deploy.sh @@ -46,7 +46,7 @@ M2_SCP=people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository VERSION=@VERSION@ DSTAMP=@DSTAMP@ -for artifactId in poi poi-scratchpad poi-ooxml poi-examples poi-ooxml-schemas +for artifactId in poi poi-scratchpad poi-ooxml poi-examples poi-ooxml-schemas poi-excelant do mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \ -Durl=$M2_REPOSITORY \ |