Bug 220959 - [NEW PORT] devel/maven: Java project management tool
Summary: [NEW PORT] devel/maven: Java project management tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords: feature, needs-qa
Depends on: 220957
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-24 02:26 UTC by Jonathan Chen
Modified: 2017-07-25 16:47 UTC (History)
1 user (show)

See Also:


Attachments
devel/maven port (8.05 KB, application/x-shar)
2017-07-24 02:26 UTC, Jonathan Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2017-07-24 02:26:22 UTC
Created attachment 184649 [details]
devel/maven port

Create a new port devel/maven to track the latest version of maven from maven.apache.org. Much of the files have been copied from devel/maven3.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2017-07-25 15:04:05 UTC
I believe this needs a CONFLICTS_INSTALL for the other devel/maven* ports.  Otherwise it looks good.  I'll commit once I've run some compile tests.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-25 16:46:56 UTC
A commit references this bug:

Author: matthew
Date: Tue Jul 25 16:46:09 UTC 2017
New revision: 446612
URL: https://svnweb.freebsd.org/changeset/ports/446612

Log:
  New port: devel/maven -- maven-3.5.0

  svn cp from devel/maven33

  Apache Maven is a software project management and comprehension tool. Based on
  the concept of a project object model (POM), Maven can manage a project's
  build, reporting and documentation from a central piece of information.

  WWW: http://maven.apache.org/

  Add CONFLICTS_INSTALL for devel/maven3, devel/maven31, devel/maven33[1]

  PR:		220959
  Submitted by:	jonc@chen.org.nz
  Approved by:	[1] portmgr blanket

Changes:
  head/devel/Makefile
  head/devel/maven/
  head/devel/maven/Makefile
  head/devel/maven/distinfo
  head/devel/maven/files/mvn.sh.in
  head/devel/maven/pkg-descr
  head/devel/maven/pkg-plist
  head/devel/maven3/Makefile
  head/devel/maven31/Makefile
  head/devel/maven33/Makefile
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2017-07-25 16:47:37 UTC
Committed, thanks!