You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/16 15:57:49 UTC

commons-build-plugin git commit: Replace broken doc links with valid ones.

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master ec010d49a -> 5c8cf4826


Replace broken doc links with valid ones.

Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/5c8cf482
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/5c8cf482
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/5c8cf482

Branch: refs/heads/master
Commit: 5c8cf482630e081cd83d8cf3fc590395a886a29a
Parents: ec010d4
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed May 16 09:57:46 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed May 16 09:57:46 2018 -0600

----------------------------------------------------------------------
 src/site/xdoc/development.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/5c8cf482/src/site/xdoc/development.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 7ef3f72..7c29a2e 100644
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -27,10 +27,12 @@
         <section name="Help with Maven Ant Mojos">
 
             <p>
-            The best sources of information are
-            <a href="http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html">Developing Ant Plugins for Maven 2.x</a>
-            and <a href="http://www.sonatype.com/book/chapter-11.html">Maven: The Definitive Guide: Chapter 11 Writing Plugins</a>.
+            The best sources of information are:           
             </p>
+            <ul>
+              <li><a href="https://maven.apache.org/guides/mini/guide-using-ant.html">Apache Maven Guide to using Ant with Maven</a></li>
+              <li><a href="https://maven.apache.org/plugin-developers/index.html">Apache Maven Plugin Developers Center</a></li>
+            </ul>
 
         </section>