Any guideline on how to make plugin, aether dependence , compatible with both maven 3.0.x and 3.1

2013-07-14 Thread Dan Tran
Hi >From 3.1 release notes, i am seeing a list of this type of plugins https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound Rather then browser thru the code, is there a quick guide line? Thanks -D

maven-docck-plugin?

2013-07-14 Thread Richard Sand
Does anyone use maven-docck-plugin or has maven-site-plugin made it obsolete? From the plugin website it doesn't look like its being worked on. -Richard - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additiona

Re: [ANN] Maven 3.1.0 Release

2013-07-14 Thread Dan Tran
sorry about the noise, http://maven.apache.org/docs/3.1.0/release-notes.html does mentioned about this Thanks -D On Sun, Jul 14, 2013 at 9:13 PM, Jason van Zyl wrote: > If your plugins use Aether directly they will be affected. Otherwise they > should be fine. > > You can have questions here

Re: [ANN] Maven 3.1.0 Release

2013-07-14 Thread Jason van Zyl
If your plugins use Aether directly they will be affected. Otherwise they should be fine. You can have questions here if you have specific questions, but the Aether New and Noteworthy is the definitive source for changes with respect to Aether: http://wiki.eclipse.org/Aether/New_and_Noteworthy

Re: [ANN] Maven 3.1.0 Release

2013-07-14 Thread Dan Tran
I am sure there will be a bunch of custom plugins no longer works with maven 3.1, do we have a migration doc? On Sun, Jul 14, 2013 at 8:44 PM, Jason van Zyl wrote: > Hi! > > The Apache Maven Team is proud to announce the release of 3.1.0 > > The release notes can be found here: > http://maven.a

[ANN] Maven 3.1.0 Release

2013-07-14 Thread Jason van Zyl
Hi! The Apache Maven Team is proud to announce the release of 3.1.0 The release notes can be found here: http://maven.apache.org/docs/3.1.0/release-notes.html In particular there are significant changes regarding JSR330 and SLF4J: http://maven.apache.org/maven-jsr330.html http://maven.apache.org

Re: Mojo Developer Cook Book: For accessing artifacts and repositories

2013-07-14 Thread Stuart McCulloch
Since Maven3 this class is available in the maven-compat component: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.maven%22%20AND%20a%3A%22maven-compat%22 Note that plugins compiled against the old maven-artifact component should still work with Maven3 (it gets translated

Mojo Developer Cook Book: For accessing artifacts and repositories

2013-07-14 Thread Igor Zapletnev
I have tried to resolve artifact as described in mojo dev cook book. org.apache.maven.artifact.resolver.ArtifactResolver class is missing in the latest maven-artifact plug-in.