Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1203

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.1-rc-2
    • None
    • None

    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>

      Attachments

        Activity

          People

            paulk Paul King
            fast40x Micah Schehl
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: