Re: Release process for Maven artifacts?

2018-07-25 Thread Gian Merlino
repare release:perform. The > > poms encode everything that has to happen, including sources jars, > javadocs > > jars, signing everything, and pushing it up to Maven Central. You might > be > > able to modify them to push to a different repo. > > > > On Mon, Jul 23, 201

Re: Release process for Maven artifacts?

2018-07-24 Thread Joseph Glanville
ble to modify them to push to a different repo. > > On Mon, Jul 23, 2018 at 5:06 PM Joseph Glanville > wrote: > > > Hi, > > > > Is the release process for publishing Maven artifacts documented > somewhere? > > We have been building tar archives with `mvn packa

Re: Release process for Maven artifacts?

2018-07-23 Thread Gian Merlino
23, 2018 at 5:06 PM Joseph Glanville wrote: > Hi, > > Is the release process for publishing Maven artifacts documented somewhere? > We have been building tar archives with `mvn package` successfully but we > would like to publish our own Maven artifacts also, including `-sources` &

Release process for Maven artifacts?

2018-07-23 Thread Joseph Glanville
Hi, Is the release process for publishing Maven artifacts documented somewhere? We have been building tar archives with `mvn package` successfully but we would like to publish our own Maven artifacts also, including `-sources` JARs so we can add them as dependencies to projects outside