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 2012/10/07 11:52:31 UTC

svn commit: r1395263 - /maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt

Author: hboutemy
Date: Sun Oct  7 09:52:30 2012
New Revision: 1395263

URL: http://svn.apache.org/viewvc?rev=1395263&view=rev
Log:
added explanations about annotation types supported by plugins

Modified:
    maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt

Modified: maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt?rev=1395263&r1=1395262&r2=1395263&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt (original)
+++ maven/site/trunk/src/site/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt Sun Oct  7 09:52:30 2012
@@ -12,8 +12,10 @@ Cookbook: How To Upgrade from Plexus Jav
 
   This recipe describes how to upgrade from Plexus Javadoc Tags to Plexus Java Annotations, in 2 steps:
 
-  [[1]] replace the deprecated {{{http://plexus.codehaus.org/plexus-maven-plugin/}<<<plexus-maven-plugin>>>}}
-  with its successor: {{{http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/}<<<plexus-component-metadata>>>}},
+  [[1]] replace the deprecated {{{http://plexus.codehaus.org/plexus-maven-plugin/}<<<plexus-maven-plugin>>>}},
+  which only supports Plexus Javadoc Tags, with its successor:
+  {{{http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/}<<<plexus-component-metadata>>>}},
+  which support both Plexus Javadoc Tags and Plexus Java Annotations,
 
   [[2]] update sources with {{{http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/}Java Annotations for Plexus}}.