Hello all,
 
I'm trynig to figure out how to get the eclipse:eclipse goal in the 
maven-eclipse-plugin to add the maven artifact's version to the project name.
 
I've upgraded to the latest maven (2.0.7) and am running the following command:
 
$ mvn -Declipse.addVersionToProjectName -Dmaven.test.skip eclipse:eclipse
 
I also tried:
 
$ mvn -DaddVersionToProjectName=true -Dmaven.test.skip eclipse:eclipse
 
 
No luck, however.  The generated projects look like this:
 
<projectDescription>
  <name>gt2-arcsde</name>
  <comment>ArcSDE DataStore plugin.</comment>
  <projects>
  ...
 
 
Any ideas?  Anything I'm missing about activating the addVersionToProjectName 
feature?
 
thanks much in advance!
 
--saul

Reply via email to