Skip to content

Commit

Permalink
remove ant release logic (not used for our releases and dependent on …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
pjfanning committed Jan 16, 2024
1 parent 724fc52 commit f933067
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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;/>)"/>
Expand Down

0 comments on commit f933067

Please sign in to comment.