From 733cf81a3bd5ec491db0ba521f06ee15785a54ff Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Wed, 6 Oct 2010 07:58:51 +0000 Subject: repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004919 13f79535-47bb-0310-9956-ffa450edef68 --- maven/mvn-deploy.sh | 2 +- maven/poi-contrib.pom | 81 --------------------------------------------------- 2 files changed, 1 insertion(+), 82 deletions(-) delete mode 100644 maven/poi-contrib.pom (limited to 'maven') diff --git a/maven/mvn-deploy.sh b/maven/mvn-deploy.sh index 507656b19f..e6cfbbbe94 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-contrib poi-ooxml poi-examples poi-ooxml-schemas +for artifactId in poi poi-scratchpad poi-ooxml poi-examples poi-ooxml-schemas do mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \ -Durl=$M2_REPOSITORY \ diff --git a/maven/poi-contrib.pom b/maven/poi-contrib.pom deleted file mode 100644 index 43984a24b6..0000000000 --- a/maven/poi-contrib.pom +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - 4.0.0 - org.apache.poi - poi-contrib - @VERSION@ - jar - Apache POI - http://poi.apache.org/ - Apache POI - Java API To Access Microsoft Format Files - - - - POI Users List - user-subscribe@poi.apache.org - user-unsubscribe@poi.apache.org - http://mail-archives.apache.org/mod_mbox/poi-user/ - - - POI Developer List - dev-subscribe@poi.apache.org - dev-unsubscribe@poi.apache.org - http://mail-archives.apache.org/mod_mbox/poi-dev/ - - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - Apache Software Foundation - http://www.apache.org/ - - - - - org.apache.poi - poi - @VERSION@ - - - commons-logging - commons-logging - 1.1 - runtime - - - log4j - log4j - 1.2.13 - runtime - - - - -- cgit v1.2.3