Hello,

I’m using Maven 3.2 with the pom definition

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://maven.apache.org/POM/4.0.0";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
    <modelVersion>4.0.0</modelVersion>


I have added this items to my pom

<licenses>
    <license>
        <name>GNU General Public License 3</name>
        <url>http://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
</licenses>

and I would like to reference to the items with

${project.licenses.license.url}
${project.licenses.license.name}

but these lines does not work - empty result, so I would like to reread the 
items of my license node, how can I do this?

Thanks

Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to