Karl Heinz already asked you: what part in your pom did you add so that your
jar will be renamed with ${buildNumber} variable?

Cheers

2010/2/12 muser <mo...@yahoo-inc.com>

>
> I replaced <phase> validate with install and it still does not use
> ${buildNumber} for creating JARS.
>
>
>
> Baptiste MATHUS wrote:
> >
> > Well, as always, it can be useful to explain what you want to do in the
> > end,
> > instead of what you're trying with the tool at the moment.
> > Sometimes, it can help to provide a better global solution.
> >
> > What plugin configuration are you using? If you're using the one you
> > provided, then no, it's not bound to package, it's currently bound to
> > "validate" phase.
> > See
> >
> http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Build_Lifecycle_Basics
> > to
> > understand what the standard phases are for jar packaging.
> >
> > So, did you try just replacing "validate" by "install" ?
> >
> > Cheers
> >
> > 2010/2/12 muser <mo...@yahoo-inc.com>
> >
> >>
> >> Hi,
> >>
> >> I am trying to use buildnumber-maven-plugin with "install" goal. The
> >> plugin
> >> seems to run with "package" only. Is there a way to make it run for
> >> "install".
> >>
> >> <!-- Plugin to append build number to artifact -->
> >> <plugin>
> >>        <groupId>org.codehaus.mojo</groupId>
> >>  <artifactId>buildnumber-maven-plugin</artifactId>
> >>        <version>1.0-beta-4</version>
> >>        <executions>
> >>          <execution>
> >>            <phase>validate</phase>
> >>            <goals>
> >>              <goal>create</goal>
> >>            </goals>
> >>         </execution>
> >>        </executions>
> >>        <configuration>
> >>          <doCheck>true</doCheck>
> >>          <doUpdate>true</doUpdate>
> >>        <revisionOnScmFailure>0</revisionOnScmFailure>
> >>       </configuration>
> >>      </plugin>
> >>
> >> I am not able to get ${buildNumber} with "install" ?
> >>
> >> TIA,
> >> --
> >> View this message in context:
> >> http://old.nabble.com/buildnumber-maven-plugin-tp27559871p27559871.html
> >> Sent from the Maven - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >
> >
> > --
> > Baptiste <Batmat> MATHUS - http://batmat.net
> > Sauvez un arbre,
> > Mangez un castor !
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/buildnumber-maven-plugin-tp27559871p27566161.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

Reply via email to