ok, I can live with that. But how about the pom.xml not being updated to SNAPSHOT again?

regards,

Wim

2005/11/29, Emmanuel Venisse <[EMAIL PROTECTED]>:
if you want to tag only one project, you must release only it. if you release an entire project, you
have one tag for all. A tag is a photo of sources at an instant.

It's the same for all providers.

Emmanuel

Wim Deblauwe a écrit :
> Come to think of it, it does not exactly what I hoped it would do.
> Currently all modules get labeled (tagged) with the same label. Each
> module should be labeled with it's own label. Also, the pom.xml files
> are not updated to the next snapshot version. These things are probably
> the same for other providers?
>
> regards,
>
> Wim
>
> 2005/11/29, Wim Deblauwe < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>:
>
>     See http://jira.codehaus.org/browse/SCM-87 for patches to make it
>     work with multiproject. Enjoy!
>
>     regards,
>
>     Wim
>
>     2005/11/29, Wim Deblauwe < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>:
>
>         http://jira.codehaus.org/browse/SCM-86
>
>         2005/11/28, Emmanuel Venisse < [EMAIL PROTECTED]
>         <mailto:[EMAIL PROTECTED]> >:
>
>             you can use the j2ee archetype
>
>             Emmanuel
>
>             Wim Deblauwe a écrit :
>>  Thanks, it's ok now.
>>
>>  I do not have a project with modules. I would be nice if
>             there was some
>>  simple project to test with. Maybe someone should create a
>             archetype of
>>  a project with modules so we have something to test with?
>>
>>  regards,
>>
>>  Wim
>>
>>  2005/11/25, Emmanuel Venisse <[EMAIL PROTECTED]
>             <mailto: [EMAIL PROTECTED]>
>>  <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>:
>>
>>     You have a conflict on this file. Delete it and run
>             after svn update
>>
>>     Emmanuel
>>
>>     Wim Deblauwe a écrit :
>>      > I'm having problems updating the
>             maven-release-plugin to the latest
>>      > version. I ran 'update' but the
>             PrepareReleaseMojo.java file remains
>>      > with a red exclamation mark. I don't know how to
>             solve it. When I
>>     look
>>      > at the file, there are sections who looks like this:
>>      >
>>      >     private void writePom( File pomFile, Model
>             model, String
>>     versionName )
>>      >         throws MojoExecutionException
>>      >     {
>>      > <<<<<<< .mine
>>      >         ScmHelper scm = getScm(
>             basedir.getAbsolutePath() );
>>      > =======
>>      >         pomFiles.add( pomFile );
>>      >
>>      >         ScmHelper scm = getScm(
>             basedir.getAbsolutePath() );
>>      >  >>>>>>> .r348924
>>      >
>>      > regards,
>>      >
>>      > Wim
>>      >
>>      >
>>      > 2005/11/25, Emmanuel Venisse < [EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]>
>>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>>      > <mailto: [EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>             <mailto: [EMAIL PROTECTED]>>>>:
>>      >
>>      >     if you can test with a simple project and with a
>             project with
>>      >     modules, it will be great.
>>      >
>>      >     Emmanuel
>>      >
>>      >     Wim Deblauwe a écrit :
>>      >      > Sure, do you have an example project with
>             modules that I
>>     can test?
>>      >      >
>>      >      > Wim
>>      >      >
>>      >      > 2005/11/25, Emmanuel Venisse
>             <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>>      >     <mailto:[EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>             <mailto: [EMAIL PROTECTED]>>>
>>      >      > <mailto:[EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>             <mailto: [EMAIL PROTECTED]>>
>>     <mailto:[EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
>             <mailto:[EMAIL PROTECTED]>>>>>:
>>      >      >
>>      >      >     Wim,
>>      >      >
>>      >      >     Can you test it with clearcase?
>>      >      >
>>      >      >     Emmanuel
>>      >      >
>>      >      >     Wim Deblauwe (JIRA) a écrit :
>>      >      >      >     [
>>      >      >
>>
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             < http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>>      >      >
>>      >     <
>>
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             < http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>>      >
>>     <
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>>     <
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             < http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>>>
>             ]
>>      >      >      >
>>      >      >      > Wim Deblauwe commented on SCM-80:
>>      >      >      > ---------------------------------
>>      >      >      >
>>      >      >      > Thanks a  million Emmanuel!
>>      >      >      >
>>      >      >      >
>>      >      >      >>[patch] update for the release and
>             clearcase plugins
>>      >      >      >>----------------------------------------------------
>>      >      >      >>
>>      >      >      >>         Key: SCM-80
>>      >      >      >>         URL:
>             http://jira.codehaus.org/browse/SCM-80
>>      >      >     <http://jira.codehaus.org/browse/SCM-80>
>>      >      >      >>     Project: Maven SCM
>>      >      >      >>        Type: Task
>>      >      >      >>    Reporter: Wim Deblauwe
>>      >      >      >>    Assignee: Emmanuel Venisse
>>      >      >      >>     Fix For: 1.0-beta-2
>>      >      >      >> Attachments: clearcase-release.patch
>             , release.patch
>>      >      >      >>
>>      >      >      >>
>>      >      >      >>These are 2 patches. One for the
>             release plugin and one
>>      >     for the
>>      >      >     clearcase plugin to make the
>             release:prepare goal work on
>>      >     clearcase.
>>      >      >     This has been tested on my machine and it
>             works, so
>>     anybody else
>>      >      >     willing to test this is very welcome.
>>      >      >      >>regards,
>>      >      >      >>Wim
>>      >      >      >
>>      >      >      >
>>      >      >
>>      >      >
>>      >
>>      >
>>
>>
>
>
>
>


Reply via email to