You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/06/07 08:18:52 UTC

svn commit: r1490516 - /maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt

Author: hboutemy
Date: Fri Jun  7 06:17:58 2013
New Revision: 1490516

URL: http://svn.apache.org/r1490516
Log:
more generic explanations about external plugins ecosystem

Modified:
    maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt

Modified: maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt?rev=1490516&r1=1490515&r2=1490516&view=diff
==============================================================================
--- maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt (original)
+++ maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt Fri Jun  7 06:17:58 2013
@@ -17,9 +17,10 @@
 ** Known Incompatibilities with Maven 3
 
   The significant change in Eclipse Aether with respect to API changes and package relocation will likely cause issues with plugins that directly depend on Aether.
-  We are aware of the issues in the Maven Site Plugin, the Maven Dependency Plugin, the Maven Shade Plugin and have fixed them in recent releases. But this
-  is a significant change and is likely to cause issues in any plugin that depends on the now deprecated Sonatype Aether. In the external plugin ecosystem it is known
-  that the Android Maven Plugin is also affected due to its direct use of Sonatype Aether. The Android Maven Plugin developers are aware of this issue and will release
+  We are aware of the issues in the Maven Site Plugin, the Maven Dependency Plugin, the Maven Shade Plugin and Maven Project Info Reports Plugin,
+  and have fixed them in recent releases. But this
+  is a significant change and is likely to cause issues in any plugin that depends on the now deprecated Sonatype Aether. In the external plugin ecosystem, it is known
+  that Tycho, the Android Maven Plugin and the NetBeans Module Plugin are also affected: the plugin developers are aware of this issue and will release
   a new version of the plugin to address this issue.