Hi,
Properties are not being passed through my Maven run. For example,
Ant's *tstamp
*should set properties, but these properties are not recognized using the *
${property}* syntax at all, even locally, in another Ant-task within the
same execution of the Maven-Ant plugin. The same is true with the Maven
Groovy plugin calling *System.setProperty.*
On the other hand, built-in Maven properties, and those hardcoded into *
pom.xml* using the* <propname>propvalue</propname>* syntax, are recognized.
Any ideas on why this is?
Joshua