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/09/15 10:52:24 UTC

svn commit: r1523418 - /maven/site/trunk/content/apt/guides/development/guide-m2-development.apt

Author: hboutemy
Date: Sun Sep 15 08:52:23 2013
New Revision: 1523418

URL: http://svn.apache.org/r1523418
Log:
fixed typo and added links

Modified:
    maven/site/trunk/content/apt/guides/development/guide-m2-development.apt

Modified: maven/site/trunk/content/apt/guides/development/guide-m2-development.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/development/guide-m2-development.apt?rev=1523418&r1=1523417&r2=1523418&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/development/guide-m2-development.apt (original)
+++ maven/site/trunk/content/apt/guides/development/guide-m2-development.apt Sun Sep 15 08:52:23 2013
@@ -58,7 +58,7 @@ Developing Maven
 
 * Where's the source?
 
-   See {{{/source-repository.html}http://maven.apache.prg/source-repository.html}} for information.
+   See {{{/source-repository.html}http://maven.apache.org/source-repository.html}} for information.
    The Maven project uses a GIT for some things, and Subversion for others, and this 
    page tracks the situation.
  
@@ -188,10 +188,11 @@ And remember, your contributions are alw
 
  * <<Mojo>>
 
- "Mojo" is really two things when it comes to Maven. It is both Maven's plug-in API but also a separate Codehaus
- project hosting these plugins.
+ "Mojo" is really two things when it comes to Maven: it is both {{{/ref/current/maven-plugin-api/}Maven's plug-in API}}
+ but also {{{http://mojo.codehaus.org}a separate Codehaus project}} hosting a lot of plugins.
 
- {{{http://mojo.codehaus.org}The Mojo Project}} is a plugin forge for non-core Maven plugins. There is also a lower bar for becoming a part of the project.
+ {{{http://mojo.codehaus.org}The Mojo Project}} is a plugin forge for non-core Maven plugins.
+ There is also a lower bar for becoming a part of the project.
 
   []