Bug 147889 - New port: devel/maven-ant-tasks Allows Maven's handling to be used from Ant
Summary: New port: devel/maven-ant-tasks Allows Maven's handling to be used from Ant
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 21:10 UTC by Chris Rees
Modified: 2010-08-22 16:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.48 KB, text/plain)
2010-06-15 21:10 UTC, Chris Rees
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-06-15 21:10:01 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-08-22 16:08:06 UTC
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"
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 16:10:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!