Author: aheritier Date: Mon Apr 30 05:15:49 2007 New Revision: 533718 URL: http://svn.apache.org/viewvc?view=rev&rev=533718 Log: Bundle latest versions of plugins
Modified: maven/maven-1/core/trunk/plugin-profile.xml maven/maven-1/core/trunk/xdocs/index.xml maven/maven-1/core/trunk/xdocs/news.xml maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml Modified: maven/maven-1/core/trunk/plugin-profile.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/plugin-profile.xml?view=diff&rev=533718&r1=533717&r2=533718 ============================================================================== --- maven/maven-1/core/trunk/plugin-profile.xml (original) +++ maven/maven-1/core/trunk/plugin-profile.xml Mon Apr 30 05:15:49 2007 @@ -23,12 +23,12 @@ <plugin groupId="maven" artifactId="maven-genapp-plugin" version="2.3.1"/> <plugin groupId="maven" artifactId="maven-gump-plugin" version="2.0.1"/> <plugin groupId="maven" artifactId="maven-html2xdoc-plugin" version="1.4"/> - <plugin groupId="maven" artifactId="maven-idea-plugin" version="1.6"/> - <plugin groupId="maven" artifactId="maven-jalopy-plugin" version="1.5"/> - <plugin groupId="maven" artifactId="maven-jar-plugin" version="1.8"/> + <plugin groupId="maven" artifactId="maven-idea-plugin" version="1.7"/> + <plugin groupId="maven" artifactId="maven-jalopy-plugin" version="1.5.1"/> + <plugin groupId="maven" artifactId="maven-jar-plugin" version="1.8.1"/> <plugin groupId="maven" artifactId="maven-java-plugin" version="1.6.1"/> <plugin groupId="maven" artifactId="maven-javacc-plugin" version="1.2"/> - <plugin groupId="maven" artifactId="maven-javadoc-plugin" version="1.8"/> + <plugin groupId="maven" artifactId="maven-javadoc-plugin" version="1.9"/> <plugin groupId="maven" artifactId="maven-jdepend-plugin" version="1.6.1"/> <plugin groupId="maven" artifactId="maven-jdiff-plugin" version="1.5.1"/> <plugin groupId="maven" artifactId="maven-jellydoc-plugin" version="1.3.1"/> @@ -38,12 +38,12 @@ <plugin groupId="maven" artifactId="maven-license-plugin" version="1.2"/> <plugin groupId="maven" artifactId="maven-linkcheck-plugin" version="1.4.1-SNAPSHOT"/> <plugin groupId="maven" artifactId="maven-modello-plugin" version="1.0"/> - <plugin groupId="maven" artifactId="maven-multichanges-plugin" version="1.2"/> + <plugin groupId="maven" artifactId="maven-multichanges-plugin" version="1.3"/> <plugin groupId="maven" artifactId="maven-multiproject-plugin" version="1.5.1-SNAPSHOT"/> <plugin groupId="maven" artifactId="maven-native-plugin" version="1.2"/> <plugin groupId="maven" artifactId="maven-nsis-plugin" version="2.1-SNAPSHOT"/> <plugin groupId="maven" artifactId="maven-pdf-plugin" version="2.5.1"/> - <plugin groupId="maven" artifactId="maven-plugin-plugin" version="1.7"/> + <plugin groupId="maven" artifactId="maven-plugin-plugin" version="1.7.1"/> <plugin groupId="maven" artifactId="maven-pmd-plugin" version="1.10"/> <plugin groupId="maven" artifactId="maven-pom-plugin" version="1.5.1"/> <plugin groupId="maven" artifactId="maven-rar-plugin" version="1.1"/> Modified: maven/maven-1/core/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/index.xml?view=diff&rev=533718&r1=533717&r2=533718 ============================================================================== --- maven/maven-1/core/trunk/xdocs/index.xml (original) +++ maven/maven-1/core/trunk/xdocs/index.xml Mon Apr 30 05:15:49 2007 @@ -29,6 +29,32 @@ <h5>Latest News</h5> <dl> <dt> + <img src="./images/icon_info_sml.gif" alt="info"/> 30th April 2007 - New plugin releases</dt> + <dd> + <ul> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/idea/">idea plugin 1.7</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/jalopy/">jalopy plugin 1.5.1</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/jar/">jar plugin 1.8.1</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/javadoc/">javadoc plugin 1.9</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/multichanges/">multichanges plugin 1.3</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/plugin/">plugin plugin 1.7.1</a> + </li> + </ul> + </dd> + </dl> + <dl> + <dt> <img src="./images/icon_info_sml.gif" alt="info"/> 18th April 2007 - New plugin releases</dt> <dd> <ul> @@ -73,35 +99,6 @@ <dd> <ul> <li>Due to a change on ibiblio the default central repository isn't working for maven 1.0.x users. Follow our <a href="./news.html">instructions</a> to fix it...</li> - </ul> - </dd> - </dl> - <dl> - <dt> - <img src="./images/icon_error_sml.gif" alt="bug"/> 11 August 2006 - Bug! </dt> - <dd> - <ul> - <li>An important bug was found in the Artifact plugin bundled in Maven 1.1 Beta 3. Follow our <a href="./news.html">instructions</a> to fix it...</li> - </ul> - </dd> - </dl> - <dl> - <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 01 August 2006 - Maven 1.1-beta-3 released!</dt> - <dd> - <ul> - <li> - <a href="start/download.html">Download</a> - </li> - <li> - <a href="start/install.html">Installation Instructions</a> - </li> - <li> - <a href="start/release-notes-1.1-beta-3.html">Release Notes</a> - </li> - <li> - <a href="start/index.html">Getting Started</a> - </li> </ul> </dd> </dl> Modified: maven/maven-1/core/trunk/xdocs/news.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/news.xml?view=diff&rev=533718&r1=533717&r2=533718 ============================================================================== --- maven/maven-1/core/trunk/xdocs/news.xml (original) +++ maven/maven-1/core/trunk/xdocs/news.xml Mon Apr 30 05:15:49 2007 @@ -1,22 +1,22 @@ <?xml version="1.0"?> <!-- -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - --> + /* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> <document> <properties> <title>News</title> @@ -26,20 +26,54 @@ <section name="Maven 1.x News"> <dl> <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 18th April 2007 - New plugins releases <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> - <img src="./images/rss.png" alt="RSS"/> + <img src="./images/icon_info_sml.gif" alt="info" /> + 18th April 2007 - New plugins releases + <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> + <img src="./images/rss.png" alt="RSS" /> </a> </dt> <dd> - <p> - The following plugins are now available : - </p> + <p>The following plugins are now available :</p> + <ul> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/idea/">idea plugin 1.7</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/jalopy/">jalopy plugin 1.5.1</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/jar/">jar plugin 1.8.1</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/javadoc/">javadoc plugin 1.9</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/multichanges/">multichanges plugin 1.3</a> + </li> + <li> + <a href="http://maven.apache.org/maven-1.x/plugins/plugin/">plugin plugin 1.7.1</a> + </li> + </ul> + </dd> + </dl> + <dl> + <dt> + <img src="./images/icon_info_sml.gif" alt="info" /> + 18th April 2007 - New plugins releases + <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> + <img src="./images/rss.png" alt="RSS" /> + </a> + </dt> + <dd> + <p>The following plugins are now available :</p> <ul> <li> <a href="http://maven.apache.org/maven-1.x/plugins/announcement/">announcement plugin 1.4.1</a> </li> <li> - <a href="http://maven.apache.org/maven-1.x/plugins/developer-activity/">developer activity plugin 1.6.1</a> + <a href="http://maven.apache.org/maven-1.x/plugins/developer-activity/"> + developer activity plugin 1.6.1 + </a> </li> <li> <a href="http://maven.apache.org/maven-1.x/plugins/file-activity/">file activity plugin 1.6.1</a> @@ -52,52 +86,65 @@ </dl> <dl> <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 16th April 2007 - Modello plugin released <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> - <img src="./images/rss.png" alt="RSS"/> + <img src="./images/icon_info_sml.gif" alt="info" /> + 16th April 2007 - Modello plugin released + <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> + <img src="./images/rss.png" alt="RSS" /> </a> </dt> <dd> <p> - The <a href="http://maven.apache.org/maven-1.x/plugins/modello/">modello plugin 1.0</a> is now available. + The + <a href="http://maven.apache.org/maven-1.x/plugins/modello/">modello plugin 1.0</a> + is now available. </p> </dd> </dl> <dl> <dt> - <img src="./images/icon_warning_sml.gif" alt="warning"/> Looking for Maven 1.1 RC1 SNAPSHOTs ?</dt> + <img src="./images/icon_warning_sml.gif" alt="warning" /> + Looking for Maven 1.1 RC1 SNAPSHOTs ? + </dt> <dd> <p> - As often as possible we publish snapshots of the first release candidate for maven 1.1. + As often as possible we publish snapshots of the first release candidate for maven 1.1. <a href="http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/" target="_blank"> - Download them here</a> and <a href="mail-lists.html">give us</a> your feedback. + Download them here + </a> + and + <a href="mail-lists.html">give us</a> + your feedback. </p> </dd> </dl> <dl> <dt> - <img src="./images/icon_error_sml.gif" alt="bug"/> 7 December 2006 - Central repository isn't working for maven 1.0.x users</dt> + <img src="./images/icon_error_sml.gif" alt="bug" /> + 7 December 2006 - Central repository isn't working for maven 1.0.x users + </dt> <dd> <p> - If you are using Maven 1.0.x you may have found that the repository is not working - and Maven is unable to download new dependencies. The reason is that the ibiblio guys - have moved the repo to another machine and Maven 1.0.x can't handle redirects across different host names. + If you are using Maven 1.0.x you may have found that the repository is not working and Maven is unable to + download new dependencies. The reason is that the ibiblio guys have moved the repo to another machine and + Maven 1.0.x can't handle redirects across different host names. </p> <p> - The workaround is to use the new central repository configuration until ibiblio fixes the problem. Add to your project.properties : + The workaround is to use the new central repository configuration until ibiblio fixes the problem. Add to + your project.properties : </p> <source>maven.repo.remote=http://repo1.maven.org/maven</source> </dd> </dl> <dl> <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 30 October 2006 - New plugins releases <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> - <img src="./images/rss.png" alt="RSS"/> + <img src="./images/icon_info_sml.gif" alt="info" /> + 30 October 2006 - New plugins releases + <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> + <img src="./images/rss.png" alt="RSS" /> </a> </dt> <dd> - <p> - The following plugins are now available : - </p> + <p>The following plugins are now available :</p> <ul> <li> <a href="http://maven.apache.org/maven-1.x/plugins/changes/">changes plugin 1.7</a> @@ -125,43 +172,54 @@ </dl> <dl> <dt> - <img src="./images/icon_error_sml.gif" alt="bug"/> 11 August 2006 - Bug in the Artifact plugin bundled in Maven 1.1 Beta 3</dt> + <img src="./images/icon_error_sml.gif" alt="bug" /> + 11 August 2006 - Bug in the Artifact plugin bundled in Maven 1.1 Beta 3 + </dt> <dd> - <p>Due to an incompability between the artifact plugin v 1.8 and maven 1.1 beta 3 we recommand that you use the SNAPSHOT of the next version of this plugin to avoid the error about the rejected key of the host if you use the scp or the sftp protocols (<a href="http://jira.codehaus.org/browse/MPARTIFACT-71" target="_blank">MPARTIFACT-71</a>).</p> - <source>maven plugin:download --DgroupId=maven --DartifactId=maven-artifact-plugin --Dversion=1.8.1-SNAPSHOT --Dmaven.repo.remote=http://repo1.maven.org/maven/,http://people.apache.org/repo/m1-snapshot-repository/</source> + <p> + Due to an incompability between the artifact plugin v 1.8 and maven 1.1 beta 3 we recommand that you use the + SNAPSHOT of the next version of this plugin to avoid the error about the rejected key of the host if you use + the scp or the sftp protocols ( + <a href="http://jira.codehaus.org/browse/MPARTIFACT-71" target="_blank">MPARTIFACT-71</a> + ). + </p> + <source> + maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.8.1-SNAPSHOT + -Dmaven.repo.remote=http://repo1.maven.org/maven/,http://people.apache.org/repo/m1-snapshot-repository/ + </source> </dd> </dl> <dl> <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 01 August 2006 - Maven 1.1 Beta 3 Released</dt> + <img src="./images/icon_info_sml.gif" alt="info" /> + 01 August 2006 - Maven 1.1 Beta 3 Released + </dt> <dd> <p> - Maven 1.1 Beta 3 has been released for testing. This release upgrades several dependencies of Maven, - in particular Jelly, Dom4j and Jaxen. Improvements since Maven 1.1 Beta 2 include a lot of new - plugin releases and a number of fixes for known issues in the Beta 2 release. See the - <a href="start/release-notes-1.1-beta-3.html">Release Notes</a> for more information. + Maven 1.1 Beta 3 has been released for testing. This release upgrades several dependencies of Maven, in + particular Jelly, Dom4j and Jaxen. Improvements since Maven 1.1 Beta 2 include a lot of new plugin releases + and a number of fixes for known issues in the Beta 2 release. See the + <a href="start/release-notes-1.1-beta-3.html">Release Notes</a> + for more information. </p> <p> - <a href="start/download.html">Download it here</a>, and see - <a href="reference/backwards-compatibility.html">the compatibility section</a> for information on - compatibility with Maven 1.0 builds. + <a href="start/download.html">Download it here</a> + , and see + <a href="reference/backwards-compatibility.html">the compatibility section</a> + for information on compatibility with Maven 1.0 builds. </p> </dd> </dl> <dl> <dt> - <img src="./images/icon_info_sml.gif" alt="info"/> 28 July 2006 - New plugins releases <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> - <img src="./images/rss.png" alt="rss"/> + <img src="./images/icon_info_sml.gif" alt="info" /> + 28 July 2006 - New plugins releases + <a href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss"> + <img src="./images/rss.png" alt="rss" /> </a> </dt> <dd> - <p> - The following plugins are now available : - </p> + <p>The following plugins are now available :</p> <ul> <li> <a href="http://maven.apache.org/maven-1.x/plugins/antlr/">antlr plugin 1.2.2</a> Modified: maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml?view=diff&rev=533718&r1=533717&r2=533718 ============================================================================== --- maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml (original) +++ maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml Mon Apr 30 05:15:49 2007 @@ -418,7 +418,7 @@ <td>1.5</td> <td>1.6</td> <td>1.6</td> - <td>1.6</td> + <td>1.7</td> </tr> <tr> <td> @@ -442,7 +442,7 @@ <td>1.3.1</td> <td>1.3.1</td> <td>1.5</td> - <td>1.5</td> + <td>1.5.1</td> </tr> <tr> <td> @@ -453,7 +453,7 @@ <td>1.6.1</td> <td>1.7</td> <td>1.8</td> - <td>1.8</td> + <td>1.8.1</td> </tr> <tr> <td> @@ -486,7 +486,7 @@ <td>1.7</td> <td>1.7</td> <td>1.8</td> - <td>1.8</td> + <td>1.9</td> </tr> <tr> <td> @@ -736,7 +736,7 @@ <td>1.1</td> <td>1.1</td> <td>1.2</td> - <td>1.2</td> + <td>1.3</td> </tr> <tr> <td> @@ -791,7 +791,7 @@ <td>1.5.2</td> <td>1.6</td> <td>1.7</td> - <td>1.7</td> + <td>1.7.1</td> </tr> <tr> <td>