Another thing that is hard in Maven is solving classpath issues.
Classpath issues can be hard to solve in java but in Maven it is even harder 
because your plugin inherits from a classpath built by maven from your 
dependencies  and others as well.
So when something fails, you must understand who did add this jar to your 
classpath and why was it added in this particular order.

-- Gael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to