Re: Maven Releasing Questions

2010-02-26 Thread Nathan Maves
Hey Jeff, Sorry for the slow reply. Here is the manual process I go through to deploy the jars. Of course I had to get my env all set up which took a while. Now a deployment is really quick. Just build the project and then follow the steps below. On all of my other project we use the maven

Re: Maven Releasing Questions

2010-02-26 Thread Jeff Butler
Thanks Nathan! This helps a lot. I'm going to look at the release plugin. I've been slow to get excited about maven (still not sure that excited is the right term). But after some initial struggles, the Ibator build is far simpler with Maven than it was with Ant. When I added ibatis3 support

Maven Releasing Questions

2010-02-19 Thread Jeff Butler
Could someone (Nathan?) answer a couple of questions for me regarding the release process vis-a-vis maven: 1. Do you edit the POM to change the SNAPSHOT version to a real version, rebuild, and then change the POM back to the SNAPSHOT version? 2. Are you using the mvn deploy target to get the