how to generate the 5.3 tld tapestry?

I'm using the maven plugin: tapestry-tldgen with eclipse 3.7

follows the settings of my pom.xml

<plugin>
<groupId> fr.exanpe </ groupId>
<artifactId>-tldgen tapestry </ artifactId>
VERSION 1.1.0 </ version>
<executions>
<execution>
<goals>
<goal> tld-generate </ goal>
</ goals>
<phase> process-classes </ phase>
<configuration>
<Uri> http://tapestry.apache.org/schema/tapestry_5_3.xsd </ uri>
<rootPackage> org.apache.tapestry5 </ rootPackage>
</ configuration>
</ execution>
</ executions>
</ plugin>

need to configure my eclipse to recognize the tag libraries

<t:tree

Reply via email to