Martin Desruisseaux ha scritto: > Andrea Aime a écrit : >> * to fix this, is it simply ok to checkout the 2.2.2 tag, >> build and do a mvn deploy? > > I think that it work. It should overwrite the 2.2.2 JARs files. > >> * since the tag gets checked out during release:perform, >> I guess the release instructions do miss something about >> checking out the tag set-up by release:prepare and fix the >> poms? > > Maybe. For myself, I never used "mvn release"; I never trusted Maven for > that part. I always did the tag creation and pom.xml edition by hand, > and then used "mvn deploy".
In fact we do something similar for geoserver, avoiding mvn release altogheter. mvn release makes us do a ridicolous number of full builds during the process as well, so I really guess we should change the release istructions accordingly. The only catch is, how do we build the source and bin stuff this way? In geoserver we call assembly:assembly, but as far as I know it has to be configured properly, or not? Justin, you're the Geoserver release process master, want to add anything? Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
