I'm using the Trinidad Maven JDev Plugin (v 1.2.7) to generate JDeveloper project files. This works great, but not for the tag libraries. They don't get configured at all.
I tried this example:
<plugin>
<groupId>org.apache.myfaces.trinidadbuild</groupId>
<artifactId>maven-jdev-plugin</artifactId>
<version>1.2.7</version>
<configuration>
<distributedTagLibraries>
<distributedTagLibrary>
<property>
<name>name</name>
<value>Roularta Trimspacer</value>
</property>
<property>
<name>version</name>
<value>1.2</value>
</property>
<property>
<name>jspVersion</name>
<value>1.2</value>
</property>
<property>
<name>prefix</name>
<value>trimspacer</value>
</property>
<property>
<name>tld</name>
<value>/C:/Documents and
Settings/<USERNAME>/.m2/repository/be/roularta/roularta-trimspacer/1.2/roularta-trimspacer-1.2.jar!/META-INF/trimspacer.tld</value>
</property>
<property>
<name>URI</name>
<value>http://www.roularta.be/trimspacer/</value>
</property>
</distributedTagLibrary>
</distributedTagLibraries>
</configuration>
</plugin>
But that doesn't work. Any idea's how to configure the Tag libraries?
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
