Hi All,

A question that has come to me from many developers as we began
pushing gradle across the company is how to deploy locally. My
original plan for this was to just have devs deploy SNAPSHOT releases
to our artifactory servers to share with other teams but apparently
there has been a lot of cases where devs want to update a jar their
project depends on (but is unrelated) and want to test the changes out
locally before committing and pushing snapshots or releases out.

The only thing that comes to my mind would be to use the maven plugin
to install the jar and set the M2 repo up to be the same location as
the cache for GRADLE_USER_HOME but would this be obscene?

Thanks,
James

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

    http://xircles.codehaus.org/manage_email


Reply via email to