[jboss-user] [Beginner's Corner] - Newbie and problematic

Peter Johnson do-not-reply at jboss.com
Fri Jun 18 18:33:26 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100618/0dd73fc1/attachment.html 


More information about the jboss-user mailing list