Hi there,

In my release build I want to move some of my artifacts from my internal
repository to an external available one. I define the the artifacts I want
to push to the new repository via a configuration:

configurations{
    release "org.acme:DefaultWebApp:1...@war"
}

How can I push the artifacts of my release configuration to a new
repository. I tried it with the Upload task but didn't get it working yet.
Furthermore it would be nice to modify the pom. thats way i tried it with
Upload.

Any ideas to get this working? I stumbled over
configurations.release.publish(...) but don't know how to use it, nor if
this is useful here.

regards,
René




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

    http://xircles.codehaus.org/manage_email


Reply via email to