You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by DSL <dl...@gmail.com> on 2011/12/05 19:06:38 UTC

Issue with dependencies in maven 3.0

I am having an issue including dependencies in maven 3, below is my example

ProjectA ( war )
     -ProjectB ( compile dependency )


ProjectB ( jar )
     -external jars ( marked as provided dependencies )


I noticed that after i build my war for ProjectA, that the external
jars that were marked as provided in ProjectB got pulled into my lib
directory.
This does not seem correct to me, but i am new to maven 3.  Can anyone
explain why this changed
from maven 2?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org