Hi,
 I am trying to upload to ivy repository and do not know how to specify the
ivy 'module' (or group, its a bit confusing):

repositories
{
  add(new org.apache.ivy.plugins.resolver.FileSystemResolver()) {
    name = 'sergeivy'
    addIvyPattern
"/Users/serge/ivyrep/[organisation]/[module]/ivy-[revision].xml"
    addArtifactPattern
"/Users/serge/ivyrep/[organisation]/[module]/[revision]/[artifact].[ext]"
    descriptor = 'optional'
    checkmodified = true
  }
}

// ivy [organisation] set up
group = 'myorg'

uploadArchives {
  repositories {
    add project.repositories.sergeivy
 }
 
The above configuration will upload to <ivy repository>/myorg/<ProjectName>
which is not what I want, which is <ivy repository>/myorg/mymodulename

Any thoughts,
Serge


-- 
View this message in context: 
http://old.nabble.com/Deploying-to-Ivy---How-to-change-module-name-tp27465284p27465284.html
Sent from the gradle-user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to