Re: svn commit: r1654924 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java main/java/org/apache/maven/plugin/checkstyle/

2015-01-29 Thread Hervé BOUTEMY
sorry, I did overlook that I'll revert Regards, Hervé Le jeudi 29 janvier 2015 20:47:05 Dennis Lundberg a écrit : > Hi Hervé, > > Actually maven_checks.xml is still there. All I have done is move the > configuration files to another location in svn. The plugin now has a > new dependency on mave

Re: Build failed in Jenkins: core-it-maven-3-win

2015-01-29 Thread Hervé BOUTEMY
I forgot to tell: 1. I opened https://issues.apache.org/jira/browse/BUILDS-51 2. I forced the job to windows2 instead of windows1 This avoids the current hourly failure... Regards, Hervé Le jeudi 29 janvier 2015 19:33:32 Robert Scholte a écrit : > Hi Bernd, > > Since it's an infra issue, try ht

Re: Maven 3.2.6

2015-01-29 Thread Mark Derricutt
On 30 Jan 2015, at 7:47, Alexander Kriegisch wrote: > Remember us talking about mix-ins last year? You said you had something > almost ready, but the repo you shared with me never actually worked and then > you were too busy to finish it. I have no idea how close to releasable the > feature is

[ANN] Apache Maven Enforcer Version 1.4 Released

2015-01-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer, version 1.4 Enforcer is a build rule execution framework. http://maven.apache.org/enforcer If you need to force things within your build please use the maven-enforcer-plugin. http://maven.apache.org/enforce

Re: svn commit: r1654924 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java main/java/org/apache/maven/plugin/checkstyle/

2015-01-29 Thread Dennis Lundberg
Hi Hervé, Actually maven_checks.xml is still there. All I have done is move the configuration files to another location in svn. The plugin now has a new dependency on maven-shared-resources, which is the new home for maven_checks.xml. So from a user perspective nothing has happened. A user can sti

Re: Maven 3.2.6

2015-01-29 Thread Michael Osipov
Am 2015-01-29 um 19:01 schrieb Jason van Zyl: I plan to try and cut Maven 3.2.6 in roughly two weeks. Figured I'd mentioned it now as folks tend to ask for a bunch of things right before we release so now's the time to ask :-) There are several issues which have been carried over several vers

Re: Maven 3.2.6

2015-01-29 Thread Jason van Zyl
Not at all. Haven't looked at since then but Mark Derricut has project that's trying to address mixins. I certainly won't get mixins in for 3.2.6 :-) On Jan 29, 2015, at 1:47 PM, Alexander Kriegisch wrote: > > Hi Jason. > > Remember us talking about mix-ins last year? You said you had someth

Re: Maven 3.2.6

2015-01-29 Thread Alexander Kriegisch
Hi Jason. Remember us talking about mix-ins last year? You said you had something almost ready, but the repo you shared with me never actually worked and then you were too busy to finish it. I have no idea how close to releasable the feature is now, so please forgive me if this is an impertine

Re: Build failed in Jenkins: core-it-maven-3-win

2015-01-29 Thread Robert Scholte
Hi Bernd, Since it's an infra issue, try https://issues.apache.org/jira/browse/BUILDS thanks, Robert Op Wed, 28 Jan 2015 22:33:38 +0100 schreef Bernd Eckenfels : Hello, Ping? The mails still nag me. Maybe it is enough to clean the workspace for this job? Who should be responsible, so I ca

Maven 3.2.6

2015-01-29 Thread Jason van Zyl
I plan to try and cut Maven 3.2.6 in roughly two weeks. Figured I'd mentioned it now as folks tend to ask for a bunch of things right before we release so now's the time to ask :-) Thanks, Jason -- Jason van Zyl Founder, Takari and Apache

Force CI to run "mvn -amd -pl" on changed modules after SCM commit

2015-01-29 Thread Tibor Digana
Do we have plugin making the build only on committed modules? I have TeamCity, but it does not matter; the important thing is that entire reactor has many modules and it's waste to build all.

[RESULT] [VOTE] Release Apache Maven Enforcer version 1.4

2015-01-29 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Jason van Zyl, Karl Heinz Marbaise, Hervé Boutemy +1 (non binding): Mirko Friedenhagen I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise --

Re: Time for a trip into plexus-compiler, guidance?

2015-01-29 Thread Anders Hammar
Start in JavacCompiler.performCompile(). Depending on JDK version the actual compilation is then done by that class or JavaxToolsCompiler. /Anders On Thu, Jan 29, 2015 at 9:48 AM, Anders Hammar wrote: > org.codehaus.plexus:plexus-compiler-javac > assuming you're using javac. > > > https://githu

Re: Time for a trip into plexus-compiler, guidance?

2015-01-29 Thread Anders Hammar
org.codehaus.plexus:plexus-compiler-javac assuming you're using javac. https://github.com/sonatype/plexus-compiler/tree/master/plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac /Anders On Wed, Jan 28, 2015 at 11:12 PM, Benson Margulies wrote: > I reopened

Why not move "releaseProfiles" to AbstractReleaseMojo ?

2015-01-29 Thread Patrick Pfeifer
Hello all It seems that it is not only me 1) finding it a bit unintuitive that the "releaseProfile" parameter is only defined for the release:perform and not for the release:prepare goal. That way, in order to do a release, I currently need to say "mvn release:prepare release:perform -PMyRel