Re: Maven 3.2.3 upgrade

2014-12-09 Thread Jörg Schaible
Hi Dave, David Hoffer wrote: One other issue came up in this upgrade. We still have branches that have to stay at 3.0.x. How can I make the trunk build use 3.2.3 w/o changing everyone's M2_HOME? Is there a way to bootstrap the build so the build picks the specified version of Maven? E.g.

Re: Maven 3.2.3 upgrade

2014-12-09 Thread Bernd Eckenfels
Am Tue, 09 Dec 2014 09:27:29 +0100 schrieb Jörg Schaible joerg.schai...@swisspost.com: One other issue came up in this upgrade. We still have branches that have to stay at 3.0.x. How can I make the trunk build use 3.2.3 w/o changing everyone's M2_HOME? Is there a way to bootstrap the

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Stephen Connolly
H, E, K On 9 December 2014 at 10:52, Stephen Connolly stephen.alan.conno...@gmail.com wrote: This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest number of votes will be selected for the final round. If there is only one entry with

[VOTE] Run-off for mascot's name

2014-12-09 Thread Stephen Connolly
This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest number of votes will be selected for the final round. If there is only one entry with the highest number of votes then the entries with the second highest number of votes will also be

Exclude unit test by parameter

2014-12-09 Thread Adrien Ruffié
Hello all, I Have several test packages, for example com.myapp.test1, com.myapp.test2, com.myapp.test3 How I can exclude by parameter one package ? for example: mvn test –DskipTests=com.myapp.test1 Or mvn test –Dtest.exclude=com.myapp.test2 I have try both, and no success …

Re: Maven 3.2.3 upgrade

2014-12-09 Thread David Hoffer
I don't think the CI Server is an issue as we have lots of flexibility when we setup those jobs. The issue is for developer builds. I'm not clear how to setup workstations to make it easy to build projects with different Maven versions. Our standard practice is to set M2_HOME to the maven

Re: Maven 3.2.3 upgrade

2014-12-09 Thread Adrien Rivard
Have them execute a wrapper script that set Maven paths according to the current project and execute it. you can even alias this script to mvn command. On Tue, Dec 9, 2014 at 4:12 PM, David Hoffer dhoff...@gmail.com wrote: I don't think the CI Server is an issue as we have lots of flexibility

Re: Maven 3.2.3 upgrade

2014-12-09 Thread David Hoffer
In our case devs will be in active development in both branches so potentially building both at the same time. So it seems I either have to upgrade both to 3.2.3 or make the old one at least work with 3.2.3 or don't upgrade at all. Maven really needs a bootstrap process where the build specifies

Re: Maven 3.2.3 upgrade

2014-12-09 Thread Stephen Connolly
I normally use a script similar to this: http://javaadventure.blogspot.ie/search?q=usemvn That lets me switch the active maven version for each shell quickly. You can then set an enforcer rule that prevents the wrong one if you want to force a specific maven and people can quickly switch with

Re: Maven 3.2.3 upgrade

2014-12-09 Thread Stephen Connolly
The really adventurous person could re-use the rvm bash trickery and help us all ;-) On 9 December 2014 at 16:01, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I normally use a script similar to this: http://javaadventure.blogspot.ie/search?q=usemvn That lets me switch the active

Re: Maven 3.2.3 upgrade

2014-12-09 Thread Stephen Connolly
Here's something close... https://github.com/gcuisinier/jenv On 9 December 2014 at 16:02, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The really adventurous person could re-use the rvm bash trickery and help us all ;-) On 9 December 2014 at 16:01, Stephen Connolly

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H, E, K On 12/9/2014 2:52 AM, Stephen Connolly wrote: This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest number of votes will be selected for the final round. If there is only one entry

Little documentation issues

2014-12-09 Thread Ron Wheeler
After using maven for 7+years, I decided that I finally knew enough about it to read the docs. I started here - http://maven.apache.org/guides/getting-started/index.html - and this led to other pages. I have found some places where a little cleaning up might help new users. There is one BIG

Re: Little documentation issues

2014-12-09 Thread Stephen Connolly
Do you want to create some pull requests? https://github.com/apache/maven-site is the repo... we can take care of pulling those patches back to SVN, so no need to worry about that part ;-) On 9 December 2014 at 16:42, Ron Wheeler rwhee...@artifact-software.com wrote: After using maven for

Re: Little documentation issues

2014-12-09 Thread Stephen Connolly
H that seems to have failed to sync since scratch that... On 9 December 2014 at 16:52, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Do you want to create some pull requests? https://github.com/apache/maven-site is the repo... we can take care of pulling those patches back

Re: Exclude unit test by parameter

2014-12-09 Thread Robert Scholte
Please read http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#test thanks, Robert ps I wonder why you thought the other would work or what/who gave you that hint. Op Tue, 09 Dec 2014 16:01:11 +0100 schreef Adrien Ruffié adriennolar...@hotmail.fr: Hello all, I

Re: Little documentation issues

2014-12-09 Thread Ron Wheeler
I have made some of the changes in the attached file. There is not much that can be done until the plugin definition is added. This definition will clarify a few things and may make it easier to fix some of the other things. There are sentences like this one: The second way to add goals to

Re: [scala-debate] Emotional Support Group for Typesafe Maven Users

2014-12-09 Thread Eric Kolotyluk
Ouch, I was afraid someone would say something like that. Is there some alternative to Play, such that we can migrate existing Play projects to something that is Maven friendly? Cheers, Eric On 2014-12-04 5:31 AM, Martijn Verburg wrote: Play *very* firmly wants you to use the activator

Re: Little documentation issues

2014-12-09 Thread Curtis Rueden
Hi all, Can someone suggest a description of plugin and Mojo that is written from a developer's point of view but sufficiently close to the technical reality that it will not cause trouble when someone starts to read the Plugin Developer's sections. Here's my first cut at it: A *plugin* is

Re: [scala-debate] Emotional Support Group for Typesafe Maven Users

2014-12-09 Thread Curtis Rueden
Hi Eric, Is there some alternative to Play, such that we can migrate existing Play projects to something that is Maven friendly? Grails? http://grails.org/doc/latest/guide/commandLine.html#antAndMaven http://raibledesigns.com/rd/entry/play_vs_grails_smackdown_at Regards, Curtis On Tue, Dec

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Manfred Moser
Someone has to kick off the voting.. 1. Shotgun 2. Shotgun 3. Shotgun or alternatively .. ;-) 1. Shotgun 2. Boo 3. Kaboom Manfred Stephen Connolly wrote on 09.12.2014 02:52: This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest

Re: [VOTE] Run-off for mascot's name

2014-12-09 Thread Mark Derricutt
B A D gets my vote. On 10 Dec 2014, at 14:00, Manfred Moser wrote: Someone has to kick off the voting.. 1. Shotgun 2. Shotgun 3. Shotgun or alternatively .. ;-) 1. Shotgun 2. Boo 3. Kaboom Manfred Stephen Connolly wrote on 09.12.2014 02:52: This is a run-off vote to select the

RE: Exclude unit test by parameter

2014-12-09 Thread Adrien Ruffié
Thank Robert, If I understand correctly, I only need to launch with mvn test –Dtest=!com.myapp.test1.* right ? -Message d'origine- De : Robert Scholte [mailto:rfscho...@apache.org] Envoyé : mardi 9 décembre 2014 19:26 À : Maven Users List Objet : Re: Exclude unit test by parameter