Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Malte Skoruppa
Hi all, thank you for your helpful answers. I grasped a lot about how Maven internally works and learned some tricks (e.g., dependency:analyze). This is a great mailing list indeed. @Laird: that is quite interesting. From all the other posts I really gained the impression that my original qu

Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Stephen Connolly
On 27 November 2013 10:18, Malte Skoruppa wrote: > Hi all, > > thank you for your helpful answers. I grasped a lot about how Maven > internally works and learned some tricks (e.g., dependency:analyze). This > is a great mailing list indeed. > > @Laird: that is quite interesting. From all the other

syntax highlighter bug in Central Repository pom view

2013-11-27 Thread Andrew Pennebaker
The hudson scp pluginhomepage link is incorrectly formatted: http://wiki.hudson-ci.org/display/HUDSON/SCP+plugin The link omits the +plugin part of the URL. It should be formatted as: http://wiki.hudson-ci.or

Possible to set number of threads within a profile?

2013-11-27 Thread laredotornado-3
Hi, I'm using Maven 3.1.1. Normally if you want to try and run builds in parallel you can run mvn -T 4 clean install Is there a way you can figure the "-T 4" to be automatically run if someone specifies a profile, e.g. mvn -P dev clean install ? Thanks, - Dave -- View this message

Re: Possible to set number of threads within a profile?

2013-11-27 Thread Anders Hammar
Not that I know of. However, I can't see how mvn -Pdev clean install would be much easier to type than mvn -T 4 clean install The latter is even more flexible as the developer can adapt it to his hardware. /Anders On Wed, Nov 27, 2013 at 7:10 PM, laredotornado-3 wrote: > Hi, > > I'm using Mav

Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Mirko Friedenhagen
Hello, I thought the version is defined in https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob;f=maven-core/src/main/resources/META-INF/plexus/default-bindings.xml;h=09ecba441e61d4a997b01af0171815c558548537;hb=maven-3.0.4 (replace hb with the version of your choice :-)). Regards Mirko -- ht

Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Stephen Connolly
ahh yes they got moved there... On 27 November 2013 20:52, Mirko Friedenhagen wrote: > Hello, > > I thought the version is defined in > > https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob;f=maven-core/src/main/resources/META-INF/plexus/default-bindings.xml;h=09ecba441e61d4a997b01af01718

RE: Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread randysr
The best part of convention over configuration: when convention doesn't work you get to go on these fun easter egg hunts for where the configuration belongs. - Original Message - Subject: Re: Changing JDK version without specifying maven-compiler-plugin version From: "Stephen Co

Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Laird Nelson
On Wed, Nov 27, 2013 at 6:49 AM, Mirko Friedenhagen wrote: > the only pity with using properties is that they are not namespaced most of > the time (the maven.compiler.* ones being an exception here), "output" is > claimed at least by three mojos IIRC. And skipTests is almost a general one > but

[ANN] Apache Maven Shade Plugin 2.2 Released

2013-11-27 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 2.2 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. http://maven.apache.