I'd like something which doesn't need permissions on ops4j because it always fail for me. I kinda have to rely on an even more manual process using https://gist.github.com/808620 Or maybe that problem can be fixed somehow but I don't know how.
On Tue, May 15, 2012 at 3:18 PM, Andreas Pieber <anpie...@gmail.com> wrote: > Hey guys, > > Formerly, as we not relied on maven central, but rather on our own > repositories we had a lot of release profiles. This is no longer > required since everything goes to central now. I would like to change > the org.ops4j/master in a way that instead of the following for > releases... > > mvn -Prelease,repos.sonatype.staging > -Darguments="-Prelease,repos.sonatype.staging" > -DautoVersionSubmodules=true release:prepare release:perform > > ...the following will do the same... > > mvn release:prepare release:perform (add this for local tags > -DconnectionUrl=scm:git:file://`pwd`) > > . In addition I think we should change it that instead of ... > > mvn deploy -Prepos.sonatype > > ...the following should do the same > > mvn deploy. > > Any problems with that I've missed? > > Kind regards, > Andreas > > p.s.: if there are no objections I'll cut 2.1.0 with those changes the next > days > > _______________________________________________ > general mailing list > general@lists.ops4j.org > http://lists.ops4j.org/mailman/listinfo/general -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ FuseSource, Integration everywhere http://fusesource.com _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general