Peter Johnson [http://community.jboss.org/people/peterj] replied to the discussion
"Newbie and problematic" To view the discussion, visit: http://community.jboss.org/message/548808#548808 -------------------------------------------------------------- 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 [http://community.jboss.org/message/548808#548808] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
