https://issues.apache.org/bugzilla/show_bug.cgi?id=51300
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX OS/Version| |All --- Comment #1 from Yegor Kozlov <[email protected]> 2011-06-06 09:18:57 UTC --- We already have the mvn-install Ant target for that, see build.xml: <!-- 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> Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
