You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sverhagen <ve...@sander.com> on 2008/09/11 01:34:12 UTC

Version number when building Maven itself

Hi. I'm considering making an internal build of Maven itself with some
patches applied. So I'd want it to output a maven-2.0.9-internal-1-uber.jar
or something, and to report being 2.0.9-internal-1 rather than 2.0.9. But I
appear not to be able to get this done the nice way. I ended up doing search
and replace on 2.0.9 in a lot of files, but I'm still getting
maven-2.0.9-uber.jar. Anyone? ;-)

I'm using this one:
http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9
-- 
View this message in context: http://www.nabble.com/Version-number-when-building-Maven-itself-tp19425173p19425173.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Version number when building Maven itself

Posted by sverhagen <ve...@sander.com>.

Brett Porter wrote:
> 
> The only thing you should have to change is pom.xml (and all the ones in
> the
> subdirectories).
> 
> 

Brett is right.
I did it wrong.
-- 
View this message in context: http://www.nabble.com/Version-number-when-building-Maven-itself-tp19425173p19442388.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Version number when building Maven itself

Posted by Brett Porter <br...@gmail.com>.
The only thing you should have to change is pom.xml (and all the ones in the
subdirectories).
The following commit shows all the necessary changes:
http://mail-archives.apache.org/mod_mbox/maven-commits/200809.mbox/%3c20080909234900.E0D862388986@eris.apache.org%3e

- Brett

2008/9/11 sverhagen <ve...@sander.com>

>
> Hi. I'm considering making an internal build of Maven itself with some
> patches applied. So I'd want it to output a maven-2.0.9-internal-1-uber.jar
> or something, and to report being 2.0.9-internal-1 rather than 2.0.9. But
> I
> appear not to be able to get this done the nice way. I ended up doing
> search
> and replace on 2.0.9 in a lot of files, but I'm still getting
> maven-2.0.9-uber.jar. Anyone? ;-)
>
> I'm using this one:
> http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9
> --
> View this message in context:
> http://www.nabble.com/Version-number-when-building-Maven-itself-tp19425173p19425173.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/