lightbulb432 wrote:
In the Eclipse launch configuration window for Maven, where you can specify
the base directory, goals, and parameters, how do you get parameters to work
with variable names?

For example, entering a name of version and a value of ${project.version}
doesn't work, and neither does project.version. How can I make this work, so
that I can reuse one launch configuration across multiple Eclipse projects?
Can you please explain what are you need ${project.version} for in the launch configuration? That variable comes from the information in Maven pom.xml.

There are variables that Eclipse IDE provides (i.e. currently selected project and few others), those variables currently only evaluated for the location field. If you need them evaluated in other places please submit an enhancement request in JIRA and provide detailed explanation of your use cases.

 Thanks

 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to