Author: fanningpj
Date: Tue Jan 16 10:17:54 2024
New Revision: 1915265
URL: http://svn.apache.org/viewvc?rev=1915265&view=rev
Log:
remove ant release logic (not used for our releases and dependent on libs that
don't seem to be maintained)
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1915265&r1=1915264&r2=1915265&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jan 16 10:17:54 2024
@@ -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="(<property name="version.id"
value=")[^"]+("/>)"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]