RockRider a écrit :
Hi Julien,

Well, I got that by accident :). The plugin's working now. :). But it runs
only if i run this command:
mvn buildnumber:create install (adding the create goal explicitly in the
command line)

logically, the plugin should run on it's own, if its bound to the install
phase as i did:
..........
......
<phase>validate</phase>
                 <goals>
                   <goal>create</goal>
                 </goals>
               </execution>
........
.........

Yes it should.
Is your configuration in a <build><plugins><plugin> section, and not in 
<pluginManagement> section ?
Check if you run by default some specific profiles : "mvn help:active-profiles"
and what's in your effective pom.xml : "mvn help:effective-pom"
Look for this line when running install : [INFO] [buildnumber:create 
{execution: default}]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to