Hi,
I have a problem with the WAR Plugin. I'm building a webapp using
JSTL. My project XML has the following dependencies.
...
<dependency>
<groupId>taglibs</groupId>
<artifactId>string</artifactId>
<version>1.1.0</version>
<type>tld</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>string</artifactId>
<version>1.1.0</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
...
When the WAR file gets built the second dependency is ignored (no
string-1.1.0.jar gets copied into the WEB-INF/lib folder). If I switch
the order the opposite happens (no string-1.1.0.tld in the WEB-INF/tld
folder).
Anybody knows how to solver this issue? Any help is appreciated.
--Alex
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]