Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Robert Scholte
Op Mon, 09 Nov 2015 20:28:13 +0100 schreef Karl Heinz Marbaise : Hi Robert, On 11/9/15 5:57 PM, Robert Scholte wrote: Hi Karl-Heinz, properties for arrays? How would that work? mvn org.apache.maven.plugins:maven-source-plugin:3.0.0-SNAPSHOT:jar

Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Robert Scholte
Op Mon, 09 Nov 2015 22:59:26 +0100 schreef Karl Heinz Marbaise : Hi Robert, On 11/9/15 10:48 PM, Robert Scholte wrote: Op Mon, 09 Nov 2015 20:28:13 +0100 schreef Karl Heinz Marbaise : Hi Robert, On 11/9/15 5:57 PM, Robert Scholte wrote: Hi

Re: [VOTE] Release Apache Maven Filtering 3.0.0

2015-11-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 7 novembre 2015 14:21:06 Karl Heinz Marbaise a écrit : > Hi, > > Note: This is a Maven 3.0 / JDK 6 release > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922 > rsion=12331472 > > There are several issue open: >

Re: svn commit: r1711645 - in /maven/release/trunk/maven-release-policies: maven-release-oddeven-policy/ maven-release-oddeven-policy/src/main/java/org/apache/maven/shared/release/policy/oddeven/ mave

2015-11-09 Thread Robert Scholte
Hi Hervé, thanks! Robert Op Sat, 31 Oct 2015 15:56:37 +0100 schreef : Author: hboutemy Date: Sat Oct 31 14:56:37 2015 New Revision: 1711645 URL: http://svn.apache.org/viewvc?rev=1711645=rev Log: improved documentation Modified:

Re: svn commit: r1712640 - /maven/shared/trunk/maven-common-artifact-filters/pom.xml

2015-11-09 Thread Karl Heinz Marbaise
Hi Robert, On 11/9/15 5:53 PM, Robert Scholte wrote: Hi Karl-Heinz, I'd like to revert this. I chose on purpose for the lowest version of Aether as used by Maven 3.0 and Maven 3.2 Ah...so i have mistaken this.. Sure then simply revert this change... Kind regards Karl Heinz Marbaise

Re: 3-ing maven plugins

2015-11-09 Thread Robert Scholte
Hi Benson, In general, all pages are at https://cwiki.apache.org/confluence/display/MAVEN/ The page you are referring to is the most recently updated page. Robert Op Mon, 09 Nov 2015 16:36:46 +0100 schreef Benson Margulies : Could some kind soul please remind me

Re: 3-ing maven plugins

2015-11-09 Thread Karl Heinz Marbaise
Hi, I think this one the one you are searching for in particular: https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies Kind regards Karl Heinz Marbaise On 11/9/15 6:28 PM, Robert Scholte wrote: Hi Benson, In general, all pages are at

Re: svn commit: r1712640 - /maven/shared/trunk/maven-common-artifact-filters/pom.xml

2015-11-09 Thread Karl Heinz Marbaise
Hi Robert, Done... Kidn regards Karl Heinz Marbaise On 11/9/15 7:23 PM, Karl Heinz Marbaise wrote: Hi Robert, On 11/9/15 5:53 PM, Robert Scholte wrote: Hi Karl-Heinz, I'd like to revert this. I chose on purpose for the lowest version of Aether as used by Maven 3.0 and Maven 3.2 Ah...so i

Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Robert Scholte
Hi Karl-Heinz, properties for arrays? How would that work? IMHO not every parameter needs a property. Being able to change some values by commandline could make the result unpredictable. Some values are meant to be set in the pom.xml and never be changed again. regards, Robert Op Tue, 03

Re: svn commit: r1712640 - /maven/shared/trunk/maven-common-artifact-filters/pom.xml

2015-11-09 Thread Robert Scholte
Hi Karl-Heinz, I'd like to revert this. I chose on purpose for the lowest version of Aether as used by Maven 3.0 and Maven 3.2 regards, Robert Op Wed, 04 Nov 2015 21:46:11 +0100 schreef : Author: khmarbaise Date: Wed Nov 4 20:46:11 2015 New Revision: 1712640 URL:

3-ing maven plugins

2015-11-09 Thread Benson Margulies
Could some kind soul please remind me of the wiki page where we've got a procedure for making plugins come up to the maven three base level? I want to do it to the maven-bundle-plugin over at felix (assuming, for the moment, that enough dependencies have been released) :-)

Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Anders Hammar
I second Robert comment here on not having everything configurable from command line. It's not always good as the build will not be reproducible. /Anders On Mon, Nov 9, 2015 at 5:57 PM, Robert Scholte wrote: > Hi Karl-Heinz, > > properties for arrays? How would that work?

Re: [VOTE] Release Apache Maven Filtering 3.0.0

2015-11-09 Thread Karl Heinz Marbaise
Hi, someone else ? Kind regards Karl Heinz Marbaise On 11/7/15 2:21 PM, Karl Heinz Marbaise wrote: Hi, Note: This is a Maven 3.0 / JDK 6 release We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12331472 There are several issue open:

Re: [VOTE] Release Apache Maven Filtering 3.0.0

2015-11-09 Thread Benson Margulies
+1 On Mon, Nov 9, 2015 at 2:44 PM, Karl Heinz Marbaise wrote: > Hi, > > someone else ? > > Kind regards > Karl Heinz Marbaise > On 11/7/15 2:21 PM, Karl Heinz Marbaise wrote: >> >> Hi, >> >> Note: This is a Maven 3.0 / JDK 6 release >> >> We solved 6 issues: >> >>

Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Karl Heinz Marbaise
Hi Robert, On 11/9/15 5:57 PM, Robert Scholte wrote: Hi Karl-Heinz, properties for arrays? How would that work? mvn org.apache.maven.plugins:maven-source-plugin:3.0.0-SNAPSHOT:jar -Dmaven.source.includes='**/Test*.java','**/Life*.java' ...debug output: . (f) forceCreation =

Re: svn commit: r1712402 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

2015-11-09 Thread Karl Heinz Marbaise
Hi Robert, On 11/9/15 10:48 PM, Robert Scholte wrote: Op Mon, 09 Nov 2015 20:28:13 +0100 schreef Karl Heinz Marbaise : Hi Robert, On 11/9/15 5:57 PM, Robert Scholte wrote: Hi Karl-Heinz, properties for arrays? How would that work? mvn

How to split a component out of shade?

2015-11-09 Thread Benson Margulies
I recently taught the Apache Felix Maven Bundle Plugin to produce a dependency-reduced POM. I copied some source code from the maven-shade-plugin. When/if I update the bundle plugin to a Maven 3 base, I'd prefer to share rather than to copy. Do we have a common practice? Is the desired process to