Re: Testing the release plugin

2007-03-14 Thread Thorsten Heit
Hi,

> When I use the dryRun option, it seems to work fine.  But then if I try
> to use the standard release:prepare after a dry run, maven tells me that
> the prepare step is finished and does not tag my release.  Is this a
> bug?

I haven't used the release plugin a lot, but as far as I have seen the plugin 
creates a file that contains information that will be used later when you 
perform the release. In that case you can clean up after the preparation by 
executing "mvn release:clean"

(see also http://maven.apache.org/plugins/maven-release-plugin/)


> If I set resume to "false" then the prepare step starts over and
> everything works ok.  The problem that I'm having now, is that the
> default scm url for my tag is not what I want, and I would like to be
> able to change it manually after the using dry run option.

Sorry, don't know about this...
Perhaps there's more to be found at the above URL or in the wiki at 
http://docs.codehaus.org/display/MAVENUSER/Home


HTH

Thorsten

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Testing the release plugin

2007-03-05 Thread Paul Gier

Some additional info, I'm using an svn repository, and maven 2.0.5

Thanks!

On Mon, 2007-03-05 at 15:01 -0600, Paul Gier wrote:
> When I use the dryRun option, it seems to work fine.  But then if I try
> to use the standard release:prepare after a dry run, maven tells me that
> the prepare step is finished and does not tag my release.  Is this a
> bug?
> 
> If I set resume to "false" then the prepare step starts over and
> everything works ok.  The problem that I'm having now, is that the
> default scm url for my tag is not what I want, and I would like to be
> able to change it manually after the using dry run option.
> 
> 
> On Fri, 2007-03-02 at 15:52 +0100, Thorsten Heit wrote:
> > Hi Christophe,
> > 
> > > I need to use the release plugin but I want to test it before really use 
> > > it for release.
> > > How can I do to NOT modify my svn trunk files. Is it better to work on a 
> > > branch?
> > 
> > "mvn release:prepare -DdryRun=true"
> > 
> > Is that what you're looking for?
> > (see http://maven.apache.org/plugins/maven-release-plugin/usage.html)
> > 
> > 
> > HTH
> > 
> > Thorsten
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Testing the release plugin

2007-03-05 Thread Paul Gier

When I use the dryRun option, it seems to work fine.  But then if I try
to use the standard release:prepare after a dry run, maven tells me that
the prepare step is finished and does not tag my release.  Is this a
bug?

If I set resume to "false" then the prepare step starts over and
everything works ok.  The problem that I'm having now, is that the
default scm url for my tag is not what I want, and I would like to be
able to change it manually after the using dry run option.


On Fri, 2007-03-02 at 15:52 +0100, Thorsten Heit wrote:
> Hi Christophe,
> 
> > I need to use the release plugin but I want to test it before really use 
> > it for release.
> > How can I do to NOT modify my svn trunk files. Is it better to work on a 
> > branch?
> 
> "mvn release:prepare -DdryRun=true"
> 
> Is that what you're looking for?
> (see http://maven.apache.org/plugins/maven-release-plugin/usage.html)
> 
> 
> HTH
> 
> Thorsten
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Testing the release plugin

2007-03-02 Thread Thorsten Heit
Hi,

> If it modifies nothing in SVN it is what I am looking for !

AFAIK it doesn't change anything in your repository.


> Are you sure ?

I already tested it with our CVS repo, yes.


Thorsten

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Testing the release plugin

2007-03-02 Thread Christophe Hamerling - EBM WebSourcing

Hi,

If it modifies nothing in SVN it is what I am looking for !
Are you sure ?

Thanks


Thorsten Heit a écrit :

Hi Christophe,

  
I need to use the release plugin but I want to test it before really use 
it for release.
How can I do to NOT modify my svn trunk files. Is it better to work on a 
branch?



"mvn release:prepare -DdryRun=true"

Is that what you're looking for?
(see http://maven.apache.org/plugins/maven-release-plugin/usage.html)


HTH

Thorsten

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.83beta3a (P3Scan 2.2.1)
by Markus Madlener @ http://www.copfilter.org

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Testing the release plugin

2007-03-02 Thread Thorsten Heit
Hi Christophe,

> I need to use the release plugin but I want to test it before really use 
> it for release.
> How can I do to NOT modify my svn trunk files. Is it better to work on a 
> branch?

"mvn release:prepare -DdryRun=true"

Is that what you're looking for?
(see http://maven.apache.org/plugins/maven-release-plugin/usage.html)


HTH

Thorsten

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Testing the release plugin

2007-03-02 Thread Christophe Hamerling - EBM WebSourcing

Hi all,

I need to use the release plugin but I want to test it before really use 
it for release.
How can I do to NOT modify my svn trunk files. Is it better to work on a 
branch?


Thanks

Christophe Hamerling

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]