Author: vmassol Date: Thu Mar 15 05:16:40 2007 New Revision: 518602 URL: http://svn.apache.org/viewvc?view=rev&rev=518602 Log: Added link to the JavaBlackBelt Maven exam. Renamed "Book and Articles" navigation link to "External Resources", as I've added the link on that page and it's neither a Book nor an Article. Can be changed to something else if anyone has a better idea for a name.
Modified: maven/site/trunk/src/site/apt/guides/index.apt maven/site/trunk/src/site/site.xml maven/site/trunk/src/site/xdoc/articles.xml Modified: maven/site/trunk/src/site/apt/guides/index.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/index.apt?view=diff&rev=518602&r1=518601&r2=518602 ============================================================================== --- maven/site/trunk/src/site/apt/guides/index.apt (original) +++ maven/site/trunk/src/site/apt/guides/index.apt Thu Mar 15 05:16:40 2007 @@ -148,7 +148,7 @@ * {{{development/guide-testing-development-plugins.html}Testing Development Versions of Plugins}} - * {{{../articles.html}3rd Party Books and Articles}} + * {{{../articles.html}3rd Party Resources}} ** Conventions Modified: maven/site/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?view=diff&rev=518602&r1=518601&r2=518602 ============================================================================== --- maven/site/trunk/src/site/site.xml (original) +++ maven/site/trunk/src/site/site.xml Thu Mar 15 05:16:40 2007 @@ -119,7 +119,7 @@ <!-- <item name="Index (alphabetical)" href="todo.html" /> --> - <item name="Books and Articles" href="/articles.html" /> + <item name="External Resources" href="/articles.html" /> <item name="Wiki" href="http://docs.codehaus.org/display/MAVENUSER" /> </menu> Modified: maven/site/trunk/src/site/xdoc/articles.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/articles.xml?view=diff&rev=518602&r1=518601&r2=518602 ============================================================================== --- maven/site/trunk/src/site/xdoc/articles.xml (original) +++ maven/site/trunk/src/site/xdoc/articles.xml Thu Mar 15 05:16:40 2007 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!-- /* - * Copyright 2001-2006 The Apache Software Foundation. + * Copyright 2001-2007 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,8 +18,9 @@ --> <document> <properties> - <title>Articles on Maven</title> + <title>External Resources on Maven</title> <author email="[EMAIL PROTECTED]">Brett Porter</author> + <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> <section name="Books on Maven"> @@ -81,6 +82,13 @@ <li>build simple and complex plug-ins</li> </ul> </div> + </section> + + <section name="Miscellaneous on Maven"> + <p> + If you're interested in testing your Maven skills, check out <a href="http://www.javablackbelt.com/QuestionnaireDefDisplay.wwa?questPublicId=01559">JavaBlackBelt's Maven exam</a>. + This exam is beeing written collaboratively by the community. Feel free to add new questions, suggest improvements, etc. + </p> </section> <section name="Articles on Maven">