Issue Details (XML | Word | Printable)

Key: GROOVY-1203
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul King
Reporter: Micah Schehl
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

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

Created: 08/Jan/06 12:17 PM   Updated: 27/Oct/07 12:43 AM   Resolved: 27/Oct/07 12:43 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-rc-2

Time Tracking:
Not Specified


 Description  « Hide

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>



Jim White added a comment - 07/Feb/07 03:50 AM

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/


Paul King added a comment - 27/Oct/07 12:43 AM

Download page now mentions this info.