Re: colorized Maven output

2016-06-08 Thread Hervé BOUTEMY
You can download a binary build from Jenkins [1] that works for me even on Windows I created 2 jobs: - one in forked mode, that works [2] - one in embedded mode, which shows 14 errors & 29 failures [3] I don't know why embedded mode fails: still need to investigate. But as forked mode shows, as

Re: Maven Server matching

2016-06-08 Thread Peter Hansson
I understand the issue in MNG-5265 as it relates to Maven repos but don't see how it relates to . Foreign sections don't just pop into your POM by accident. sections cannot be inherited from dependency resolution as is the case with Maven repos. Have I misunderstood ? Peter On Thursday,

Re: Maven Server matching

2016-06-08 Thread Robert Scholte
Hi Peter, there are several issues related to this, just filter in JIRA on the component Settings[1] One of the issues I like is MNG-5265[1] which explains that id is not secure enough, a simple typo might lead to leaking your credentials to the wrong party. So the solution is probably not

Maven Server matching

2016-06-08 Thread Peter Hansson
Hello I've been looking at improving the way certain plugins (scm, release, etc) lookup credentials from a in settings.xml in order to find the credentials to use for a given endpoint. The current method - largely undocumented - is that the hostname from endpoint's URL must match the server id

Re: [VOTE] Release Apache Maven JAR Plugin version 3.0.1

2016-06-08 Thread Hervé BOUTEMY
+1 Regards, Hervé Le lundi 6 juin 2016 22:10:08 Karl Heinz Marbaise a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&ve > rsion=12335708 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issu

Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4

2016-06-08 Thread Richard Sand
Hi Robert, For the skip parameter, the test is very simple. Usage of the fix goal without disabling CLIRR will result in a loop where fix invokes clirr, and clirr runs fix. I understand your reticence about this skip option - but in scenarios where one wants to have the plugin execute automa

Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4

2016-06-08 Thread Robert Scholte
Hi Richard, this release is to push the final 2.x version before moving to a pure Maven 3 implementation (there were quite some fixed issues waiting to be released). Once released I will continue, also including some Java9 related improvements. That will give me enough time to go through yo

[ANN] Apache Maven Resources Plugin Version 3.0.1 Released

2016-06-08 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin Version 3.0.1. https://maven.apache.org/plugins/maven-resources-plugin/ Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin configu

Re: Resolving properties in published poms

2016-06-08 Thread Mark Derricutt
Under the intended use-case, the consumers of the artefacts published using this lifecycle extension will also be using the same lifecycle extension, and importing/resolving those properties based on business rules/conditions beyond the scope of this specific problem. Unfortunately, the flatten pl

Re: Resolving properties in published poms

2016-06-08 Thread Andreas Sewe
Hi Mark, > Is there anyway in current maven (3.3.9) that I can replace the > |DefaultDependencyCollector| with one of my own, that can use > maven-filtering and demangle the versions as appropriate? Can I register > a replacement in my |META-INF/plexus/components.xml| file for my > lifecycle exten