The Maven Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build. These include: - Dependency management - including transitive dependencies, scope recognition and SNAPSHOT handling - Artifact deployment - deployment to a Maven repository (file integrated, other with extensions) - POM processing - for reading and writing a Maven 2 pom.xml file WWW:http://maven.apache.org/ant-tasks/index.html I *think* I've written the LICENSE section in the right place, portlint moans about anywhere else. Should it be in the distfile section? If so then portlint needs fixing! I try that if you let me know. Fix: Patch attached with submission follows:
lwhsu 2010-08-22 15:07:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/maven-ant-tasks Makefile distinfo pkg-descr Log: Add maven-ant-tasks 2.1.0, allows Maven's artifact handling to be used from within an Ant build. PR: ports/147889 Submitted by: Chris Rees <utisoft at gmail.com> Revision Changes Path 1.4019 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/maven-ant-tasks/Makefile (new) 1.1 +3 -0 ports/devel/maven-ant-tasks/distinfo (new) 1.1 +10 -0 ports/devel/maven-ant-tasks/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!