Re: Release plugin and updating a release with some fixes

2010-05-06 Thread napple fabble
Sorry, could not respond to this thread sooner... Wendy Smoak wrote: On Wed, Apr 28, 2010 at 10:23 AM, napple fabble jm.postili...@gmail.com wrote: The only thing I need to do is mvn release:prepare. This creates the correct tag and updates trunk as I want it to. I haven't had any need

Release plugin and updating a release with some fixes

2010-04-28 Thread napple fabble
I use release plugin to update my pom.xml and create tags in subversion. I just created a new release with it. While development was ongoing, my pom.xmls had version 1.5-SNAPSHOT. Release plugin created tag 1.5 and updated my trunk to 1.6-SNAPSHOT. So everything is as I want. The only thing I

Re: Creating repository for offline building with dependency:go-offline fails

2010-03-22 Thread napple fabble
. stephenconnolly wrote: To make sure that everything you need is in your local repository before you unplug your network cable and step on a plane On 19 March 2010 16:01, napple fabble jm.postili...@gmail.com wrote: Wendy Smoak wrote: On Fri, Mar 19, 2010 at 10:54 AM, jimmi4664

Re: Creating repository for offline building with dependency:go-offline fails

2010-03-22 Thread napple fabble
? napple fabble wrote: OK, I'm starting to get it. And you cannot a copy of your local repository as a remote repository by defining it with repositoriesrepository since the metadata is different? I could still take the copy of local repository and just copy it to the place where local

Re: Creating repository for offline building with dependency:go-offline fails

2010-03-19 Thread napple fabble
Wendy Smoak wrote: On Fri, Mar 19, 2010 at 10:54 AM, jimmi4664 jm.postili...@gmail.com wrote: My Maven project needs to be built in an offline computer. I am trying to create a snapshot of my repository using an online machine and mvn dependency:go-offline, and then move this snapshot