On Jun 4, 2012, at 10:43 AM, sebb <seb...@gmail.com> wrote: > On 4 June 2012 10:53, Damjan Jovanovic <dam...@apache.org> wrote: >> >> >> The command "mvn -Prc -DcreateChecksum=true install" is taken verbatim > > AFAIK, the "rc" profile was intended for creating release candidates > *before* Nexus was introduced. > > Now that all Commons components (probably all ASF projects) use Nexus, > I suspect the "rc" profile is redundant. > > Instead, try using the "release" profile. > > mvn package deploy -Prelease > > This publishes the jars to the Maven repo via the Nexus staging repo. > > Sorry, cannot try this myself at present, but I can try this Tue or Wed. >
To test the release of commons vfs I would run mvn -P release clean install. To actually create the candidate I just did mvn release:prepare release:perform --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org