Re: svn commit: r947205 - in /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin: CompileExtrasMojo.java CompileTestExtrasMojo.java

2010-05-21 Thread Jason van Zyl
I'm -1 on you including these mojos in a standard core plugin that comes from the core project. With these changes we're basically telling people it's ok to have multiple source roots. That's not cool. Please put these in your own plugin. These are not generally useful and definitely sends the

[ANN] Maven Source Plugin 2.1.2 Released

2010-05-21 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Source Plugin, version 2.1.2. The Source Plugin creates a jar archive of the source files of the current project. See the plugin's site for more details: http://maven.apache.org/plugins/maven-source-plugin/ To use the updated

[RESULT] [VOTE] Release Maven Source Plugin 2.1.2

2010-05-21 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Arnaud Héritier, Emmanuel Venisse, Lukas Theussl, Jason van Zyl +1 (non-binding): Stephen Connolly, Kristian Rosenvold I will promote the artifacts to the central repository and continue with the release.

dependency plugin vs dependency report

2010-05-21 Thread nicolas de loof
Hi, I just noticed the dependency report has (at page end) a list of dependencies with the repo ID they where retreived from I wonder if the maven-dependency-plugin could also display such (usefull IMHO) info using a new "outputRepository" parameter Cheers, Nicolas

Re: release of site plugin for maven 3 : is core next (3.0-beta-2) release soon ?

2010-05-21 Thread Lukas Theussl
I also don't see the point in releasing something that doesn't work with any recommended maven version. A release should be something that can be consumed by normal users without special setup. For testing you can deploy snapshots. -Lukas Jason van Zyl wrote: Do not release it. No one is

Re: release of site plugin for maven 3 : is core next (3.0-beta-2) release soon ?

2010-05-21 Thread Jason van Zyl
Do not release it. No one is going to read anything they are just going to try it and it's not going to work. Don't push out shit that doesn't work, it's just a bad idea. People are going to use the latest release version of Maven 3.0 which is beta-1 they are just going to try and site plugin a

Re: release of site plugin for maven 3 : is core next (3.0-beta-2) release soon ?

2010-05-21 Thread Arnaud Héritier
+1 to release it with a note about beta1 incopatibility On May 21, 2010, at 2:46 PM, Olivier Lamy wrote: > Hi, > > I'd like to release site plugin for maven 3. > Currently due to MNG-4651, the plugin doesn't work with beta-1. > Any idea when the next core release will be here ? > BTW, we can rel

release of site plugin for maven 3 : is core next (3.0-beta-2) release soon ?

2010-05-21 Thread Olivier Lamy
Hi, I'd like to release site plugin for maven 3. Currently due to MNG-4651, the plugin doesn't work with beta-1. Any idea when the next core release will be here ? BTW, we can release the plugin and add a note in the note saying : you can use it with alpha-7 or trunk. WDYT ? Thanks, -- Olivier

[ANN] Maven Install Plugin 2.3.1 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3.1 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plug

[ANN] Maven Resources Plugin 2.4.3 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.4.3 This plugin filters non-Java resource files, replacing expressions with values from the POM or any of the filtering properties files you choose to configure. Please see the plugin's site for details: ht

[ANN] Maven Compiler Plugin 2.3.1 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Compiler Plugin, version 2.3.1 This plugin is used to compile the sources of your project. http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration: org.apache.ma

[ANN] Maven EAR Plugin 2.4.2 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Ear Plugin, version 2.4.2 This version fixed possible corruption/incorrect data issues that can occur on non-windows machines due to threading issues. It also adds @threadSafe support for maven3. http://maven.apache.org/plugins/maven-

[ANN] Maven Jar Plugin 2.3.1 Released

2010-05-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Jar Plugin, version 2.3.1 This plugin provides the capability to build jars. http://maven.apache.org/plugins/maven-jar-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-

RE: [VOTE] Release Maven install plugin version 2.3.1

2010-05-21 Thread Ludwig Magnusson
I have supplied a patch now including one test. You asked for two but skip=false is already tested in the default install test. Is that ok? I also added a setSkip method to the InstallMojo. I don't know if this is the right way to go but I found no other way of setting the skip-parameter in the tes