]> source.dussan.org Git - poi.git/commitdiff
remove ant release logic (not used for our releases and dependent on libs that don...
authorPJ Fanning <fanningpj@apache.org>
Tue, 16 Jan 2024 10:17:54 +0000 (10:17 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 16 Jan 2024 10:17:54 +0000 (10:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915265 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7d56d61f363f70f1f63ddef8d6e31a70458b4719..b6563ce3ad33987ca88b31fb56ad78de1acb89cd 100644 (file)
--- 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;/>)"/>