groovy

Website should show Maven's artifactId and groupId on Download Page

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.1-rc-2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

The download page mentions using Maven to embed Groovy, but does list the Artifact Id, GroupId, or version information.

http://groovy.codehaus.org/Download

Also, is Groovy in the Maven 1 or Maven 2 repo?

Suggested text to add to the page:
You can add Groovy as a dependency to your project by adding the following to your Maven 2 pom.xml dependencies:
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.0-jsr-04</version>
<scope>compile</scope>
</dependency>

Activity

Hide
Jim White added a comment -

Groovy is the Maven repo, but the groovy-1.0 release has not had it's POM added (although the jar is there).

http://dist.codehaus.org/groovy/

Show
Jim White added a comment - Groovy is the Maven repo, but the groovy-1.0 release has not had it's POM added (although the jar is there). http://dist.codehaus.org/groovy/
Hide
Paul King added a comment -

Download page now mentions this info.

Show
Paul King added a comment - Download page now mentions this info.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: