Hi Julien ,

I have installed the plugin's jar file using the maven install install file
command
the plugin xml fragment, i have added to pom, under the <pluginManagement>
tag.
I am trying to access the timestaamp property as:

<version>${timestamp}</version>, this is at the top of the xml, where in we
give projects group id, artifact id, description.

but the build generated is generated as applicationName-${timestamp}.

so the pom is not resolving the refernce to the timestamp variable generated
by the plugin.

As per this link
http://mojo.codehaus.org/buildnumber-maven-plugin/plugin-info.html
the ${timstamp} should work.

How may I debug this?
May I know how you are using the timstamp variable in ur pom?

Please let me know.


Julien CARSIQUE wrote:
> 
> RockRider a écrit :
>> As per my understanding, the artifactId is nothing but a directory name.
>> correct?
>> I am using the same name for the artifactid as well as directory where
>> the
>> plugin classes are present
>> 
>> makes snese??
>> 
> No. Module is a directory name. ArtifactId is the artifactId given to the
> artifact in its pom.xml 
> (in your case, the plugin's artifactId).
> 
> Directory where plugin classes are present? You do not need to manually
> download the plugin, it's 
> done by maven (with the correct groupId, artifactId, etc.).
> 
> 
> -- 
> Julien CARSIQUE, Nuxeo (Paris, France)
> www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
> Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
> [EMAIL PROTECTED] | Tel: +33 1 40 33 79 87
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/***-Parse-error-reading-POM-***-tp17019499s177p17053964.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to