Hi, just wanted to know how to use the "properties" in the POM (the one defined under project/properties)
I tried something like:
<properties>
<property>
<name>a.name</name>
<value>a.value</value>
</property>
</properties>
but it does not work...
And then can reference the properties in the POM like that ${a.name} ?
Thanks,
--
Samuel Le Berrigaud
