aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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;/>)"/>