Re: Any ETA for a m-project-info-report-p 2.5.1 release?

2012-08-27 Thread myron0815
Thanks Hervé for taking care of this :) MPIR251... well, it's just a nice to have console cleanup... and it seems it luckily doesn't bother too many users... :) /Myron Original-Nachricht Datum: Sun, 26 Aug 2012 06:49:33 -0700 Von: Benson Margulies bimargul...@gmail.com An:

[ANN] Mojo's RPM Maven Plugin 2.1-alpha-2 Released

2012-08-27 Thread Anders Hammar
Hi, The Mojo team is pleased to announce the release of the RPM Maven Plugin version 2.1-alpha-2. http://mojo.codehaus.org/rpm-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: plugin groupIdorg.codehaus.mojo/groupId

[ANN] Maven Dependency Plugin 2.5.1 Released

2012-08-27 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.5.1 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

Re: access password in settings.xml

2012-08-27 Thread Michael Hüttermann
Hi Mirko, thanks! What are the necessary imports and the POM dependencies for that? Thanks. Michael Hello Michael, reading your Agile ALM book right now :-): Here is an example how to get all servers with password decrypted: public class MyMojo extends AbstractMojo { /** *

Re: access password in settings.xml

2012-08-27 Thread Mirko Friedenhagen
/** Imports */ import java.util.List; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException; import org.apache.maven.plugins.annotations.Component; import org.apache.maven.settings.Server; import

maven-remote-resources-plugin and version ranges

2012-08-27 Thread Mark Derricutt
Hi all, Does anyone know if theres a way to get the maven-remote-resources-plugin to use version ranges to resolve the artifact to include? It doesn't appear that the groupId:artifactId:version syntax for resourceBundle/ supports a range. Mark