From the pomGeneration example

View: New views
1 Messages — Rating Filter:   Alert me  

From the pomGeneration example

by OreoC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What the heck is up with group, group1, group2, group3 etc?

dependencies {
     compile("group1:compile:1.0") {
         exclude(group: 'excludeGroup', module: 'excludeArtifact')
     }
     providedCompile "group2:providedCompile:1.0@jar"
     runtime "group3:runtime:1.0"
     providedRuntime("group4:providedRuntime:1.0@zip") {
         artifact {
             name = 'providedRuntime-util'
             type = 'war'
         }
     }
     testCompile "group5:testCompile:1.0"
     testRuntime "group6:testRuntime:1.0"
}

The mysteries of Gradle! haha

Roger


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email