removed maven install ant task as maven does this in mvn install

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1584040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Cédric Walter 2014-04-02 14:07:44 +00:00
parent 0de0c8b387
commit da8760b9aa
1 changed files with 0 additions and 13 deletions

View File

@ -1188,19 +1188,6 @@ under the License.
</sequential>
</macrodef>
<!--
Install POI artifacts into the local repository.
Invoking this command is equivalent to 'mvn install' in Maven-driven projects.
-->
<target name="mvn-install" depends="maven.ant.tasks-check,jar,maven-poms">
<m2-install artifactId="poi"/>
<m2-install artifactId="poi-scratchpad"/>
<m2-install artifactId="poi-ooxml"/>
<m2-install artifactId="poi-examples"/>
<m2-install artifactId="poi-ooxml-schemas"/>
<m2-install artifactId="poi-excelant"/>
</target>
<!-- Runs Apache Rat against the source code, to spot any files -->
<!-- which are missing the correct license headers -->
<!-- You need to download rat from http://incubator.apache.org/rat/ -->