Hi, one of my Maven plugins is using "org.codehaus.plexus:plexus-utils:2.0.5"
as follows:

org.codehaus.plexus.util.FileUtils.getDefaultExcludes()

to get a list of default exclude files patterns, like "**/CVS".
When I use this plugin and build the project with Maven 3 I get the
following error:


[ERROR] ...
An API incompatibility was encountered while executing
com.goldin.plugins:maven-copy-plugin:0.2-SNAPSHOT:
copy:
java.lang.NoSuchMethodError:org.codehaus.plexus.util.FileUtils.getDefaultExcludes()[Ljava/lang/String;


Seems like Maven 3 doesn't like me using "plexus-utils". What is alternative
possible? And what are the reasons for this error?

Thank you!

-----
Best regards,
Evgeny
http://evgeny-goldin.com/

-- 
View this message in context: 
http://maven.40175.n5.nabble.com/An-API-incompatibility-was-encountered-for-using-plexus-utils-tp3265343p3265343.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to