This is working for me as well

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>buildnumber-maven-plugin</artifactId>
        <executions>
          <execution>
            <phase>validate</phase>
            <goals>
              <goal>create</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <doCheck>true</doCheck>
          <doUpdate>true</doUpdate>
           <format>{0,date,MM-dd-yyyy_HH.mm}</format>
          <items>
            <item>timestamp</item>
          </items>
        </configuration>
      </plugin>
<plugin>

What I get with this is version 1.0-beta-1, as mentioned by Nick.

Regards,
Amit
n Feb 12, 2008 2:52 PM, <[EMAIL PROTECTED]> wrote:

> The install page at ucalgary.ca is out of date. The buildnumber plugin has
> been uploaded to central and is at:
>
> <dependency>
>    <groupId>org.codehaus.mojo</groupId>
>    <artifactId>buildnumber-maven-plugin</artifactId>
>    <version>1.0-beta-1</version>
> </dependency>
>
> Which version are you trying to use?
>
> Hth,
>
> Nick S.
>
>
> -----Original Message-----
> From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED]
> Sent: Tue 2/12/2008 10:20
> To: Maven Users List
> Subject: Re: Build number plugin drama
>
> http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/install.html
>
> Clifton wrote:
> > Hi all
> >
> > My buddy and I are stumbling with the buildNumber plugin and getting
> nowhere
> > fast. We found the original version here:
> > http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html
> > Then later stumbled across the superceding version here:
> > http://mojo.codehaus.org/buildnumber-maven-plugin/
> > Trying to use the codehaus version gives:
> > [INFO] The plugin 'org.codehaus.mojo:buildnumber-maven-plugin' does not
> > exist or no valid version could be found
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

Reply via email to