Re: [m2] Maven-buildnumber plugin

2007-02-28 Thread Julian Wood
It's back up. J On 27-Feb-07, at 12:36 PM, shinsato wrote: The maven-buildnumber-plugin seems to have disappeared from the ucalgary site. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/ index.html Any hints of where it might have gone? I don't see it on codehaus. --

RE: [m2] Maven-buildnumber plugin

2007-02-28 Thread Marcelo Colomer Cornejo
Page not found -Mensaje original- De: Julian Wood [mailto:[EMAIL PROTECTED] Enviado el: mié 28/02/2007 19:14 Para: Maven Users List Asunto: Re: [m2] Maven-buildnumber plugin It's back up. J On 27-Feb-07, at 12:36 PM, shinsato wrote: The maven-buildnumber-plugin seems to have

RE: [m2] Maven-buildnumber plugin

2007-02-28 Thread Marcelo Colomer Cornejo
Sorry, it's OK. -Mensaje original- De: Marcelo Colomer Cornejo [mailto:[EMAIL PROTECTED] Enviado el: mié 28/02/2007 19:18 Para: Maven Users List Asunto: RE: [m2] Maven-buildnumber plugin Page not found -Mensaje original- De: Julian Wood [mailto:[EMAIL PROTECTED] Enviado el

Re: [M2]maven-buildnumber-plugin

2007-02-28 Thread Julian Wood
I don't know how you can do this. I've come across this before, and haven't been able to come up with a solution. In the end, you have to work with it. Either change the format so that it is something which will be the same even if they are executed a few seconds apart, or use revision

Re: [M2]maven-buildnumber-plugin

2007-02-28 Thread Enrique Gaona
Julian Wood [EMAIL PROTECTED] wrote on 02/28/2007 12:27:37 PM: I don't know how you can do this. I've come across this before, and haven't been able to come up with a solution. In the end, you have to work with it. Either change the format so that it is something which will be the same even

Re: [m2] maven-buildnumber-plugin

2007-02-28 Thread fgarsombke
I got around this by making the build-number-plugin @aggregator style. I just changed the javadoc tag in the plugin and rebuilt it. /** * This mojo is designed to give you a build number. So when you might make 100 builds of version * 1.0-SNAPSHOT, you can differentiate between them all. The

Re: [m2] maven-buildnumber-plugin

2007-02-28 Thread Julian Wood
This is a nice solution. I wonder if there's any way to trigger this behaviour on demand. Or maybe I should just change the plugin to always be an aggregator. I wonder if anyone depends on it running once per module? J On 28-Feb-07, at 2:12 PM, fgarsombke wrote: I got around this by

Re: [m2] maven-buildnumber-plugin

2007-02-28 Thread Enrique Gaona
I'm not sure if the aggregator works if you're using a timestamp as the build number, it certainly didn't for me. This is what I have in my BuildNumberMojo.java or perhaps I'm passing the wrong options:-) * @author a href=mailto:[EMAIL PROTECTED]Julian Wood/a * @version $Id:

Re: [m2] maven-buildnumber-plugin

2007-02-28 Thread Franz Garsombke
I wouldn't think anyone is using it 'per' module. I did open a feature request in the Maven Jira for the ability to dynamically change the behavior of all maven plugins from per module to aggregator. This might help these kind of issues in the future. Thanks for writing the plugin :) Franz

Re: [m2] Maven-buildnumber plugin

2007-02-27 Thread shinsato
The maven-buildnumber-plugin seems to have disappeared from the ucalgary site. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Any hints of where it might have gone? I don't see it on codehaus. -- View this message in context:

Re: [M2]maven-buildnumber-plugin

2007-02-24 Thread Enrique Gaona
Subject Please respond to [M2]maven-buildnumber-plugin Maven Users List

[M2]maven-buildnumber-plugin

2007-02-23 Thread Enrique Gaona
How do you run a plugin the parent pom only once and have its configuration inherited by its children. I'm using the maven-buildnumber-plugin in my parent pom and when I run my build, this plugin gets executed on every child pom and I end up with different buildNumber ID. plugin