Hi
I have the following settings:
<dependency>
<groupId>j2ee</groupId>
<artifactId>j2ee</artifactId>
<version>1.4</version>
<scope>compile</scope>
<type>jar</type>
</dependency>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
But I do not want to see j2ee-1.4.jar on the
Class-Path in the MANIFEST.MF. What is the best way to
exclude files that are available at runtime?
Is there a better way to do this, should I declare
j2ee-1.4.jar at all in the pom.xml?
Thanks.
Janos
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]