Author: cedricwalter
Date: Wed Apr  2 14:07:44 2014
New Revision: 1584040

URL: http://svn.apache.org/r1584040
Log:
removed maven install ant task as maven does this in mvn install

Modified:
    poi/branches/maven/build.xml

Modified: poi/branches/maven/build.xml
URL: 
http://svn.apache.org/viewvc/poi/branches/maven/build.xml?rev=1584040&r1=1584039&r2=1584040&view=diff
==============================================================================
--- poi/branches/maven/build.xml (original)
+++ poi/branches/maven/build.xml Wed Apr  2 14:07:44 2014
@@ -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/ -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to