Author: jdcasey Date: Mon Feb 6 13:52:57 2006 New Revision: 375391 URL: http://svn.apache.org/viewcvs?rev=375391&view=rev Log: Fixing prefix->goalPrefix in plugin-plugin configuration inside sample POM.
Modified: maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt Modified: maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt URL: http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt?rev=375391&r1=375390&r2=375391&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt (original) +++ maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt Mon Feb 6 13:52:57 2006 @@ -200,7 +200,7 @@ plugin using the "prefix:mojo" shorthand. --> <configuration> - <prefix>hello</prefix> + <goalPrefix>hello</goalPrefix> </configuration> </plugin> </plugins>