aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-01-16 10:17:54 +0000
committerPJ Fanning <fanningpj@apache.org>2024-01-16 10:17:54 +0000
commitf93306721f52243285a81d261231952077c1aac7 (patch)
tree9010ac0c96469e496b026001d9275e6fbf120143 /build.xml
parent724fc526bf486b2a600fdbc44bc084dc40619fef (diff)
downloadpoi-f93306721f52243285a81d261231952077c1aac7.tar.gz
poi-f93306721f52243285a81d261231952077c1aac7.zip
remove ant release logic (not used for our releases and dependent on libs that don't seem to be maintained)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/build.xml b/build.xml
index 7d56d61f36..b6563ce3ad 100644
--- a/build.xml
+++ b/build.xml
@@ -2776,19 +2776,6 @@ under the License.
</openpgp:signer>
</target>
- <target name="dist-nexus" depends="load-maven-server-settings,dist-checksum"
- description="upload build artifacts to nexus">
- <delete dir="build/repo"/>
- <delete dir="build/nexus-stage"/>
- <nexus-upload artifactId="poi"/>
- <nexus-upload artifactId="poi-examples"/>
- <nexus-upload artifactId="poi-excelant"/>
- <nexus-upload artifactId="poi-ooxml"/>
- <nexus-upload artifactId="poi-ooxml-lite"/>
- <nexus-upload artifactId="poi-ooxml-full"/>
- <nexus-upload artifactId="poi-scratchpad"/>
- </target>
-
<target name="-update-build.xml">
<replaceregexp byline="true">
<regexp pattern="(&lt;property name=&quot;version.id&quot; value=&quot;)[^&quot;]+(&quot;/>)"/>