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.  Can anyone explain why this changed
from maven 2?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to