[ANN] Maven JDepend Plugin 1.6.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven JDepend Plugin 1.6.1 release! 

http://maven.apache.org/maven-1.x/plugins/jdepend/

JDepend traverses Java class file directories and generates design quality 
metrics for each Java package. JDepend allows you to automatically measure the 
quality of a design in terms of its extensibility, reusability, and 
maintainability to manage package dependencies effectively. 

===

Changes in this version include:

  Fixed bugs:

o Set maven.jdepend.componentsto empty by default for backwards 
  compatibility. Fixes MPJDEPEND-8. 
o Cannot generate report without component property set. Fixes MPJDEPEND-7.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-jdepend-plugin
  -Dversion=1.6.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jdepend-plugin-1.6.1.jar
 

Have fun!
-The Maven JDepend Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Java Plugin 1.6 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Java Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/plugins/java/


===

Changes in this version include:

  New Features:

o New property maven.compile.failonerror. Fixes MPJAVA-41. 
o New property maven.compile.debuglevel. Fixes MPJAVA-32. 
o New property maven.compile.nowarn. Fixes MPJAVA-44. 
o Make a report with compiler output Fixes MPJAVA-40. Thanks to Ron 
  Gallagher. 
o Capture Deprecation Warnings. Fixes MPJAVA-34. 

  Fixed bugs:

o Compile fails using forked compiler when directory contains spaces. Fixes 
  MPJAVA-4. 
o Also check for ${maven.gen.src}before compiling. Fixes MPJAVA-42. 
o Set maven.compile.deprecation=onby default. Fixes MPJAVA-23. 
o Compiling gives incorrect warning about target JVM version. Fixes 
  MPJAVA-30. 
o sourceModificationshandled incorrectly when more than one clause present. 
  Fixes MPJAVA-38. Thanks to Ignacio G. Mac Dowell. 
o Broken support for maven.compile.extdirs. Fixes MPJAVA-43.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-java-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-java-plugin-1.6.jar
 

Have fun!
-The Maven Java Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Checkstyle Plugin 3.0.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Checkstyle Plugin 3.0.1 release! 

http://maven.apache.org/maven-1.x/plugins/checkstyle/


===

Changes in this version include:

  Fixed bugs:

o The links to source xref files does not honor maven.jxr.destdirand 
  maven.jxr.destdir.test. Fixes MPCHECKSTYLE-52. 
o RSS file has incorrect links when used in multiproject build. Fixes 
  MPCHECKSTYLE-38. 
o maven.checkstyle.header.filenow defaults to ${maven.license.licenseFile}. 
  Fixes MPCHECKSTYLE-9. 
o ClassCastException when moving from 2.5 to 3.0. Use a jsl transform instead 
  of ant's style task. Fixes MPCHECKSTYLE-53. Thanks to Bernard Durfee.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-checkstyle-plugin
  -Dversion=3.0.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.1.jar
 

Have fun!
-The Maven Checkstyle Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Changelog Plugin 1.9.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven Changelog Plugin 1.9.1 release! 

http://maven.apache.org/maven-1.x/plugins/changelog/

The Changelog plugin generates reports about recent changes to the SCM 
repository. 

===

Changes in this version include:

  Fixed bugs:

o Don't construct links to files if repository.urlis absent. Fixes 
  MPCHANGELOG-82. 
o NullPointerException if developer's id is missing. Fixes MPCHANGELOG-83. 
o Replace netbeans's cvslib-3.6 by cvsclient-20051129. Fixes MPCHANGELOG-75.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-changelog-plugin
  -Dversion=1.9.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-changelog-plugin-1.9.1.jar
 

Have fun!
-The Maven Changelog Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Source Control Management Plugin 1.6 for Maven 1.x released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven Source Control Management Plugin 1.6 
release! 

http://maven.apache.org/maven-1.x/reference/plugins/scm/

A plugin for SCM tasks. 

===

Changes in this version include:

  New Features:

o New scm:checkin goal. Fixes MPSCM-47 and MPSCM-54. 
o Add Starteam support, plus scm:add, scm:status, scm:checkin. Fixes 
  MPSCM-56. 

  Fixed bugs:

o The encoding of the project.xml file is not preserved after doing 
  release:transform. Fixes MPRELEASE-12. Thanks to Dennis Lundberg. 
o Handle poms with a namespace. Fixes MPRELEASE-16. 
o Handle non-jar dependencies. Fixes MPRELEASE-11. 
o When pom.repository.connection ends with '/' checkout fails. Fixes 
  MPSCM-65. Thanks to Phil Steitz. 
o Re-add changes.xml file to display announcements. Fixes MPSCM-57. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : maven v1.0-rc2 
  -> v1.0.2 dom4j v1.4-dev-8 -> v1.4 commons-jelly v1.0-beta-4 -> 
  v1.0 xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2 Fixes MAVEN-1712. 
o Make it possible to check changes made by prepare-release before they are 
  checked in and tagged. New property maven.scm.testmode. Fixes MPSCM-77. 
o Update to maven-scm 1.0-beta-2. Fixes MPSCM-68.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-scm-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.6.jar
 

Have fun!
-The Maven Source Control Management Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven JXR Plugin 1.5 for Maven 1.x released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven JXR Plugin 1.5 release! 

http://maven.apache.org/maven-1.x/reference/plugins/jxr/

Create cross reference. 

===

Changes in this version include:

  New Features:

o New property to make inclusion of test Xref optional. Fixes MPJXR-32. 

  Fixed bugs:

o Use maven.compile.src.setinstead of pom.build.sourceDirectory. Fixes 
  MPJXR-3. 
o Source X-Ref Plugin reverses backslashes. Fixes MPJXR-31. 

  Changes:

o Upgrade to maven-jxr 1.0 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-collections v3.1 -> v3.0 commons-logging v1.0.3 -> v1.0.4 oro 
  v2.0.7 -> v2.0.8 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-jxr-plugin
  -Dversion=1.5

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jxr-plugin-1.5.jar
 

Have fun!
-The Maven JXR Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Artifact Plugin 1.8 for Maven 1.1 released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven Artifact Plugin 1.8 release! 

http://maven.apache.org/maven-1.x/reference/plugins/artifact/

Tools to manage artifacts and deployment. *WARNING*: This version of the 
artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this 
version of the plugin. 

===

Changes in this version include:

  New Features:

o Document artifact:create-upload-bundle. Fixes MPARTIFACT-65. 
o New goal artifact:create-upload-bundlethat replaces deprecated 
  create-upload-bundle. Fixes MPARTIFACT-64. 

  Changes:

o Rewrite the POM generated with artifact:create-upload-bundle. Fix also 
  MPREPO-10. Fixes MPREPO-9. 
o Upgrade to HttpClient 3.0. Fixes MAVEN-1739.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-artifact-plugin
  -Dversion=1.8

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-artifact-plugin-1.8.jar
 

Have fun!
-The Maven Artifact Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven JIRA Plugin 1.3 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven JIRA Plugin 1.3 release! 

http://maven.apache.org/maven-1.x/reference/plugins/jira/

This plugin downloads issues from Jira and creates a report. Note that this 
version of the Jira plugin requires at least JIRA 3.3. 

===

Changes in this version include:

  New Features:

o Add a jira-roadmap report. 

  Fixed bugs:

o Jira plugin does not work with NTLM proxy. Fixes MPJIRA-10. 
o Plugin uses deprecated API to retrieve JIRA issues. Now requires at least 
  JIRA 3.3. Fixes MPJIRA-17. 
o Icons are corrupted (images are filtered during the copy). 

  Changes:

o Upgrade to HttpClient 3.0. Fixes MAVEN-1739. 
o Layout changes: mimic default JIRA appearance, also show votes.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-jira-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jira-plugin-1.3.jar
 

Have fun!
-The Maven JIRA Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven JDepend Plugin 1.6 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven JDepend Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/jdepend/

JDepend traverses Java class file directories and generates design quality 
metrics for each Java package. JDepend allows you to automatically measure the 
quality of a design in terms of its extensibility, reusability, and 
maintainability to manage package dependencies effectively. 

===

Changes in this version include:

  New Features:

o New property maven.jdepend.propertiesto specify a custom jdepend.properties 
  file. Fixes MPJDEPEND-2. 
o New maven.jdepend.dirsand maven.jdepend.componentsproperties. 

  Changes:

o Upgrade to JDepend 2.9.1. Fixes MPJDEPEND-6. 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : xercesImpl v 
  2.4.0 -> v2.6.2 xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2 Fixes 
  MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-jdepend-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jdepend-plugin-1.6.jar
 

Have fun!
-The Maven JDepend Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Dashboard Plugin 1.9 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven Dashboard Plugin 1.9 release! 

http://maven.apache.org/maven-1.x/reference/plugins/dashboard/

Generate a dashboard containing global statistics about other maven reports 

===

Changes in this version include:

  New Features:

o Allow sorting of dashboard items (requires Maven 1.1). Fixes 
  MPDASHBOARD-28. 
o Add message on status of finding dashboard-single.xml. Fixes 
  MPDASHBOARD-30. Thanks to Jeff Jensen. 
o Add new aggregators jiraopenand jirascheduled. 
o Added Cobertura aggregator. Fixes MPDASHBOARD-31. 

  Fixed bugs:

o Fix count of changelog-entries with maven-changelog-plugin-1.9. Fixes 
  MPDASHBOARD-35. Thanks to Christoph Jerolimov. 
o Incorrect links with multiproject independent navigation. Fixes 
  MPDASHBOARD-24. Thanks to Wim Deblauwe. 
o maven.dashboard.report.showemptyproperty not honored. Fixes MPDASHBOARD-32. 
  Thanks to Wim Deblauwe. 
o Cobertura aggregator doesn't support offline mode. Fixes MPDASHBOARD-34. 
  Thanks to Philippe Kernevez. 
o Properties maven.dashboard.basedir, maven.dashboard.includes, 
  maven.dashboard.excludesand maven.dashboard.ignoreFailureswere ignored and 
  were always defaulting to their multiproject plugin counterpart. Fixes 
  MPDASHBOARD-27. 
o The JUnit pass rate aggregator was no longer showing values in the 
  dashboard. Fixes MPDASHBOARD-26. Thanks to Wim Deblauwe. 

  Changes:

o Update the default checkstyle report location to make it compatible with 
  Checkstyle plugin 3.0+ (MPCHECKSTYLE-40). Fixes MPDASHBOARD-33. Thanks to 
  [EMAIL PROTECTED]  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-dashboard-plugin
  -Dversion=1.9

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-dashboard-plugin-1.9.jar
 

Have fun!
-The Maven Dashboard Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Clover Plugin 1.11 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven Clover Plugin 1.11 release! 

http://maven.apache.org/maven-1.x/reference/plugins/clover/

The Clover plugin allows measuring test coverage using Clover 
(http://www.cenqua.com/clover). 

===

Changes in this version include:

  New Features:

o Add support for span attribute. Fixes MPCLOVER-50. 
o Allow to specify the "relative" property for clover-setup. Fixes 
  MPCLOVER-45. 

  Fixed bugs:

o Allow override of flushpolicy, flushinterval in , 
  change default values. Fixes MPCLOVER-48. Thanks to Brendan Humphreys. 

  Changes:

o Upgrade to Clover 1.3.11. Fixes MPCLOVER-52. 
o Use new clover license. Fixes MPCLOVER-53.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-clover-plugin
  -Dversion=1.11

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clover-plugin-1.11.jar
 

Have fun!
-The Maven Clover Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven Checkstyle Plugin 3.0 release! 

http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/


===

Changes in this version include:

  New Features:

o Added new summary report as front page. 
o Added properties maven.checkstyle.output.xml and 
  maven.checkstyle.output.txt 
o Ability to check test sources using property maven.checkstyle.check.tests 
  Fixes MPCHECKSTYLE-30. 
o Generate reports filtered by severity 

  Fixed bugs:

o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39. 
o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29. 

  Changes:

o Upgraded to checkstyle 4.1. 
o Moved reports under the checkstyle folder and renamed. 
o Added maven.checkstyle.dir and move output files there. 
o The checkstyle plugin use the maven.xdoc.locale.default to generate the 
  report. Fixes MPCHECKSTYLE-39. 
o Support for Java5  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-checkstyle-plugin
  -Dversion=3.0

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
 

Have fun!
-The Maven Checkstyle Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven File Activity Plugin 1.6 for Maven 1.x released

2006-01-29 Thread ltheussl
We are pleased to announce the Maven File Activity Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/file-activity/

This document provides a report of activity in terms of CVS commits and breaks 
it out by file. 

===

Changes in this version include:

  Fixed bugs:

o File activity plugin creates wrong links for Subversion repositories. Use 
  maven.changelog.svn.baseurlproperty. Fixes MPFILEACTIVITY-2. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 -> v1.1 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-file-activity-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-file-activity-plugin-1.6.jar
 

Have fun!
-The Maven File Activity Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Changelog Plugin 1.9 for Maven 1.x released

2006-01-29 Thread ltheussl
We are pleased to announce the Maven Changelog Plugin 1.9 release! 

http://maven.apache.org/maven-1.x/reference/plugins/changelog/

The Changelog plugin generates reports about recent changes to the SCM 
repository. 

===

Changes in this version include:

  New Features:

o New ' lastRelease' option for maven.changelog.date. 
o Add MKS SI support. Fixes MPCHANGELOG-80. Thanks to Christoph Jerolimov. 

  Fixed bugs:

o Some valid scm urls are not allowed. Fixes MPCHANGELOG-81. Thanks to Dennis 
  Lundberg. 
o Auto select factory from connection doesn't work if provider name length 
  different from 3. Fixes MPCHANGELOG-72. Thanks to Pascal Larin. 
o Changelog returns 0 entries on Windows with CVS (not CVSNT). New property 
  maven.changelog.quoteDate. Fixes MPCHANGELOG-69. 
o Changelog plugin creates wrong links for Subversion repositories. New 
  property maven.changelog.svn.baseurl. Fixes MPCHANGELOG-74. 
o Incorrect parsing of SVN log files when username contains spaces. Fixes 
  MPCHANGELOG-70. Thanks to Arnaud Bailly. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : ant v1.5.3-1 
  -> v1.6.5 commons-jelly-tags-xml v1.0 -> v1.1 commons-logging v1.0.3 
  -> v1.0.4 maven v1.0 -> v1.0.2 maven-model v3.0.0 -> v3.0.1 
  xercesImpl v 2.4.0 -> v2.6.2 xml-apis v 1.0.b2 -> xmlParserAPIs 
  v2.6.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-changelog-plugin
  -Dversion=1.9

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-changelog-plugin-1.9.jar
 

Have fun!
-The Maven Changelog Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Developer Activity Plugin 1.6 for Maven 1.x released

2006-01-29 Thread ltheussl
We are pleased to announce the Maven Developer Activity Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/developer-activity/

This document provides a report of activity in terms of CVS commits and breaks 
it out by developer. 

===

Changes in this version include:

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 -> v1.1 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-developer-activity-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-developer-activity-plugin-1.6.jar
 

Have fun!
-The Maven Developer Activity Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Simian Plugin 1.6 for Maven 1.x released

2006-01-29 Thread ltheussl
We are pleased to announce the Maven Simian Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/simian/

Simian Plugin for Maven 

===

Changes in this version include:

  Fixed bugs:

o Includes/excludes pattern does not support multiple patterns. Fixes 
  MPSIMIAN-11. Thanks to Thomas Recloux. 
o Tag library warning when using simian 1.5 Fixes MPSIMIAN-15. 
o Simian report contains broken links to xref/xref-test directories Fixes 
  MPSIMIAN-12. Thanks to James Dickinson. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : ant v1.5.3-1 
  -> v1.6.5 commons-jelly v1.0-beta-4 -> v1.0 commons-logging v1.0.3 
  -> v1.0.4 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-simian-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-simian-plugin-1.6.jar
 

Have fun!
-The Maven Simian Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Javadoc Plug-in 1.8 for Maven 1.x released

2006-01-17 Thread ltheussl
We are pleased to announce the Maven Javadoc Plug-in 1.8 release! 

http://maven.apache.org/maven-1.x/reference/plugins/javadoc/


===

Changes in this version include:

  New Features:

o Added maven.javadoc.warningsreport and maven.javadoc.javadocreport 
  properties. Fixes MPJAVADOC-65. 
o Added maven.javadoc.failonerror property. Fixes MPJAVADOC-58. 
o Added maven.javadoc.header and maven.javadoc.footer properties. Fixes 
  MPJAVADOC-54. Thanks to Dag Sverre Seljebotn. 

  Fixed bugs:

o Cannot set -sourcepath to add paths for inherited javadocs. Fixes 
  MPJAVADOC-52. 
o Other doclets cannot use standard doclet parameters. Fixes MPJAVADOC-56. 
o StringIndexOutOfBoundsException on parsing the files. Fixes MPJAVADOC-61. 
o Files package.html and overview.html are not copied when source 
  modifications are used. Fixes MPJAVADOC-59. 

  Changes:

o The maxmemory property is set to 512m by default. Fixes MPJAVADOC-66.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-javadoc-plugin
  -Dversion=1.8

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-javadoc-plugin-1.8.jar
 

Have fun!
-The Maven Javadoc Plug-in development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Native Plug-in 1.2 for Maven 1.x released

2006-01-17 Thread ltheussl
We are pleased to announce the Maven Native Plug-in 1.2 release! 

http://maven.apache.org/maven-1.x/reference/plugins/native/

Plugin for native compilation c,c++, fortran 

===

Changes in this version include:

  New Features:

o Checking for runtime property and adding it. Default to "dynamic" if not 
  present. Thanks to baleineca. 
o Add support for native dependencies (libset/syslibset) Fixes MPNATIVE-7. 
  Thanks to Joachim Bader. 
o Add support for optional include path (includepath/sysincludepath) Fixes 
  MPNATIVE-7. Thanks to Joachim Bader. 
o update bcel (consistency) and cpptasks (cross compile) dependencies Fixes 
  MPNATIVE-8. Thanks to Joachim Bader. 

  Fixed bugs:

o Need .lib full name. Fixes MPNATIVE-12. Thanks to Dan Tran. 
o Add dependency classpath to call to javah. Fixes MPNATIVE-14. Thanks to 
  Marcus Crafter. 
o Jelly tokenize incorrect behaviour. Fixes MPNATIVE-13. Thanks to baleineca. 
o Add DLL support to the plugin Fixes MPNATIVE-10. Thanks to Joachim Bader. 
o Changed repository location of libraries from soto sosso Maven can handle 
  them as dependencies Fixes MPNATIVE-7. Thanks to Joachim Bader.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-native-plugin
  -Dversion=1.2

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-native-plugin-1.2.jar
 

Have fun!
-The Maven Native Plug-in development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Html2XDoc Plug-in 1.4 for Maven 1.x released

2006-01-17 Thread ltheussl
We are pleased to announce the Maven Html2XDoc Plug-in 1.4 release! 

http://maven.apache.org/maven-1.x/reference/plugins/html2xdoc/

Creates XDoc documentation from normal HTML documentation. 

===

Changes in this version include:

  Changes:

o Update documentation. 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 -> v1.1 commons-logging v1.0.3 -> v1.0.4 
  dom4j v1.4-dev-8 -> v1.4 xercesImpl v 2.4.0 -> v2.6.2 xml-apis v 
  1.0.b2 -> xmlParserAPIs v2.6.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-html2xdoc-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-html2xdoc-plugin-1.4.jar
 

Have fun!
-The Maven Html2XDoc Plug-in development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Jalopy Plugin 1.4 for Maven 1.x released

2006-01-17 Thread ltheussl
We are pleased to announce the Maven Jalopy Plugin 1.4 release! 

http://maven.apache.org/maven-1.x/reference/plugins/jalopy/


===

Changes in this version include:

  Changes:

o Update to jalopy 1.5b5 adding support for java 5. 
o Update license to Apache 2.0. Fixes MPJALOPY-8. 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : jdom v1.0b8 -> 
  v1.0 log4j v1.2.8 -> v1.2.12 oro v2.0.7 -> v2.0.8 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-jalopy-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jalopy-plugin-1.4.jar
 

Have fun!
-The Maven Jalopy Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven FAQ Plug-in 1.6 for Maven 1.x released

2006-01-08 Thread ltheussl
We are pleased to announce the Maven FAQ Plug-in 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/faq/

Creates XDoc documentation from an FAQ XML document. 

===

Changes in this version include:

  New Features:

o New goal faq:validate. 

  Changes:

o Remove maven-xdoc-plugin v1.9.2 requirement. 
o Deprecated maven.faq.toplinksproperty. Use the toplinkattribute in the fml 
  file instead. 
o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 -> v1.1 dom4j v1.4-dev-8 -> v1.4 
  xercesImpl v 2.4.0 -> v2.6.2 xml-apis v 1.0.b2 -> xmlParserAPIs 
  v2.6.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-faq-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-faq-plugin-1.6.jar
 

Have fun!
-The Maven FAQ Plug-in development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Clean Plugin 1.4 for Maven 1.x released

2006-01-08 Thread ltheussl
We are pleased to announce the Maven Clean Plugin 1.4 release! 

http://maven.apache.org/maven-1.x/reference/plugins/clean/


===

Changes in this version include:

  Fixed bugs:

o Fix doco. Fixes MPCLEAN-5.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-clean-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clean-plugin-1.4.jar
 

Have fun!
-The Maven Clean Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven MultiChanges plugin 1.2 for Maven 1.x released

2006-01-08 Thread ltheussl
We are pleased to announce the Maven MultiChanges plugin 1.2 release! 

http://maven.apache.org/maven-1.x/reference/plugins/multichanges/

Produce release dashboard for subprojects. 

===

Changes in this version include:

  New Features:

o Add another column to the report that lists the value of currentVersion. 
  Fixes MPMULTICHANGES-3. Thanks to Jon Strayer. 
o Linked project names and releases with download pages and announcements 

  Fixed bugs:

o Links always used maven.multiproject.aggregateDir even if 
  maven.multiproject.navigation=independent. Fixes MPMULTICHANGES-1. 

  Changes:

o Use multiproject properties by default. Fixes MPMULTICHANGES-2.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-multichanges-plugin
  -Dversion=1.2

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-multichanges-plugin-1.2.jar
 

Have fun!
-The Maven MultiChanges plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Genapp Plugin 2.3 for Maven 1.x released

2006-01-08 Thread ltheussl
We are pleased to announce the Maven Genapp Plugin 2.3 release! 

http://maven.apache.org/maven-1.x/reference/plugins/genapp/

A collection of example projects showing how to use maven in different 
situations 

===

Changes in this version include:

  New Features:

o Added new property maven.genapp.basedir property. Fixes MPGENAPP-24. 
o Added property maven.genapp.repackage.diras base directory for 
  maven.genapp.repackage. Fixes MPGENAPP-23. 
o Added customization guide. Fixes MPGENAPP-20. Thanks to Miguel Griffa. 
o Added Velocity-based webapp template (named web-velocity). Fixes 
  MPGENAPP-19. Thanks to Miguel Griffa. 
o Use the project's name as display-name in web.xml. Fixes MPGENAPP-18. 
  Thanks to Archimedes Trajano. 
o Added Tapestry template. Fixes MPGENAPP-10. Thanks to Archimedes Trajano. 
o Added Struts with validation template. Fixes MPGENAPP-9. Thanks to 
  Archimedes Trajano. 
o Replace @PACKAGE@ by @NAME@ in Title in JSP files. Fixes MPGENAPP-8. Thanks 
  to Archimedes Trajano. 
o Added prompt for project root. Fixes MPGENAPP-3. Thanks to Sri Sankaran. 

  Fixed bugs:

o Make generated structure comply with maven standarts. Fixes MPGENAPP-21. 
o Make generated POMs conform to maven-project-3.xsd. Fixes MPGENAPP-22. 
o Using ${maven.home.local}instead of ${user.home}/.mavenfor templates. Fixes 
  MPGENAPP-17. 
o An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts 
  projects generated by the plugin. Fixes MPGENAPP-12. Thanks to Filippo 
  Vitale. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : commons-logging 
  v1.0.3 -> v1.0.4 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-genapp-plugin
  -Dversion=2.3

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-genapp-plugin-2.3.jar
 

Have fun!
-The Maven Genapp Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Announcement Plugin 1.4 for Maven 1 released

2005-12-13 Thread ltheussl
We are pleased to announce the Maven Announcement Plugin 1.4 release! 

http://maven.apache.org/maven-1.x/reference/plugins/announcement/

The Announcement plugin generates release announcements. It uses the 
information found in both the POM and in the changes.xml file to generate the 
announcement text. 

===

Changes in this version include:

  New Features:

o Added property maven.announcement.lenient. Fixes MPANNOUNCEMENT-19. 
o Support new format of element in changes.xml. Fixes 
  MPANNOUNCEMENT-18. 
o Modified the announcement text " The ${pom.groupId} team is pleased..." in 
  favor of " We are pleased..." and changed the signature from " The 
  ${pom.groupId} team" to " The ${pom.name} development team". Fixes 
  MPANNOUNCEMENT-15. 
o Add information about the Maven remote repo to use in the generated 
  download instructions. Added a maven.announcement.repo.remoteproperty that 
  can be used to specify from which Maven remote repository the artifact for 
  this project can be found. Fixes MPANNOUNCEMENT-16. 

  Fixed bugs:

o CR-LF generated do not match the platform. Fixes MPANNOUNCEMENT-3. 
o Xml entities transformed in wrong direction. Fixes MPANNOUNCEMENT-10. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : commons-net 
  v1.2.1 -> v1.4.0 commons-jelly-tags-xml v1.0 -> v1.1 Fixes 
  MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-announcement-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-announcement-plugin-1.4.jar
 

Have fun!
-The Maven Announcement Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Changes Plugin 1.6 for Maven 1 released

2005-12-13 Thread ltheussl
We are pleased to announce the Maven Changes Plugin 1.6 release! 

http://maven.apache.org/maven-1.x/reference/plugins/changes/


===

Changes in this version include:

  New Features:

o Validate changes.xml. Fixes MPCHANGES-25. 
o Add multiple due-to/due-to-email support. Fixes MPCHANGES-15. 
o Add multiple issue support. Fixes MPCHANGES-16. 
o Add a live bookmark link for the RSS for Firefox. 

  Fixed bugs:

o The encoding of changes.xml is not preserved after scm:prepare-release. 
  Fixes MPCHANGES-24. 
o Fix XTHML 1.0 compliance. 
o Document description attribute of release element. Fixes MPCHANGES-22. 
  Thanks to Mike Traum. 
o Added sorting of elements. It is controlled by 2 properties. 
  The maven.changes.sortproperty decides whether sorting is enabled or not 
  and the maven.changes.sort.orderone decides the sort order. Defaults to 
  add,fix,update,remove. Fixes MPCHANGES-14. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : dom4j v1.4-dev-8 
  -> v1.4 xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-changes-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-changes-plugin-1.6.jar
 

Have fun!
-The Maven Changes Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven POM Plugin 1.5 for Maven 1 released

2005-12-12 Thread ltheussl
We are pleased to announce the Maven POM Plugin 1.5 release! 

http://maven.apache.org/maven-1.x/reference/plugins/pom/

Basic validation and updating mechanisms for your Project Object Model. 

===

Changes in this version include:

  Fixed bugs:

o pom:validatedoesn't work with . Fixes MPPOM-1. 
o pom:validatedoesn't work. Fixes MPPOM-5. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : dom4j v1.4-dev-8 
  -> v1.4 maven v1.0 -> v1.0.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-pom-plugin
  -Dversion=1.5

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-pom-plugin-1.5.jar
 

Have fun!
-The Maven POM Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Plugin Plugin 1.7 for Maven 1 released

2005-12-12 Thread ltheussl
We are pleased to announce the Maven Plugin Plugin 1.7 release! 

http://maven.apache.org/maven-1.x/reference/plugins/plugin/

Maven Plugin management plugin. *WARNING*: Some goals in this version of the 
plugin-plugin require Maven 1.1. Please consult the documentation on the 
plugin site for a detailed description of requirements. 

===

Changes in this version include:

  New Features:

o Allow plugin-test directory to be changed. Fixes MPPLUGIN-33. 
o Resolve project.xml inheritance when installing plugin. plugin:plugin goal 
  now requires at least maven 1.1 and maven-artifact-plugin 1.7. Fixes 
  MPPLUGIN-3. 
o new plugin:validate-xml tag to validate xml documents against a schema. 
o new assert:assertPluginAvailable tag to check if a minimal release of a 
  plugin is present. 

  Fixed bugs:

o NTLM Proxy Problem. Fixes MPPLUGIN-25. Thanks to Jamie McCrindle, Barrie 
  Treloar. 
o plugin:download didn't redownload SNAPSHOT plugins. Fixes MPPLUGIN-26. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-jelly-tags-xml v1.0 -> v1.1 commons-logging v1.0.3 -> v1.0.4 
  jdom v b10 -> v1.0 xercesImpl v 2.4.0 -> v2.6.2 xml-apis v 1.0.b2 
  -> xmlParserAPIs v2.6.2 Fixes MAVEN-1712.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-plugin-plugin
  -Dversion=1.7

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-plugin-plugin-1.7.jar
 

Have fun!
-The Maven Plugin Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Artifact Plugin 1.7 for Maven 1 released

2005-12-12 Thread ltheussl
We are pleased to announce the Maven Artifact Plugin 1.7 release! 

http://maven.apache.org/maven-1.x/reference/plugins/artifact/

Tools to manage artifacts and deployment. *WARNING*: This version of the 
artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this 
version of the plugin. 

===

Changes in this version include:

  New Features:

o New attribute artifactIdOverridethat allows to specify custom names for 
  deployed/installed artifacts. Fixes MPARTIFACT-57. Thanks to Neil Crow. 
o Make deploying a timestamped SNAPSHOT artifact configurable. Fixes 
  MPARTIFACT-59. 
o New tag artifact:rewritePOM to Rewrite a full model. 
  Inheritence,expression, and versions of dependencies overrided are 
  resolved. 

  Fixed bugs:

o When deploying a snapshot, jar and pom have different timestamped version. 
  Fixes MPARTIFACT-56. 
o Correct handling of directory without a leading / Fixes MPARTIFACT-58. 

  Changes:

o Update dependencies to match ones in maven 1.1 core and to unify them 
  between plugins. The following dependencies are updated : 
  commons-collections v3.1 -> v3.0 commons-httpclient v2.0 -> v2.0.2 
  commons-jelly v1.0-beta-4 -> v1.0 commons-jexl v1.0-beta-1 -> v1.0 
  commons-logging v1.0.3 -> v1.0.4 commons-net v1.1.0 -> v1.4.0 
  plexus-utils v1.0-alpha-3 -> v1.0.3 Fixes MAVEN-1712. 
o When rewriting POM, versions of dependencies overrided are resolved.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-artifact-plugin
  -Dversion=1.7

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-artifact-plugin-1.7.jar
 

Have fun!
-The Maven Artifact Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]