Why not use the compile scope so that Maven will not package the JAR with the artifact:
<dependency> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-javaee</artifactId> <version>5.0.1.GA</version>
<scope>compile</scope></dependency>
Reply to this message by going to Community
Start a new discussion in Beginner's Corner at Community