« Return to Thread: Plugin development & plexus-utils version

Re: Plugin development & plexus-utils version

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View in Thread

> Solved, the dependency was inherited transitively by maven-artifact-2.0.9.

You should never rely on transitive dependencies if you directly use its
classes/methods in your code but always declare them directly. The goal
  dependency:analyze
can help you a big deal in ensuring all your dependencies are properly
declared.


Benjamin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Plugin development & plexus-utils version