svn commit: r1784357 - in /maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli: CommandLineUtils.java DefaultConsumer.java StreamConsumer.java StreamPumper.java Write

2017-02-25 Thread schulte
Author: schulte Date: Sat Feb 25 08:11:19 2017 New Revision: 1784357 URL: http://svn.apache.org/viewvc?rev=1784357=rev Log: o Updated method 'consumeLine(String)' of the 'StreamConsumer' interface adding 'IOException' to the list of declared exceptions to allow implementors to report any

maven git commit: [MNG-6090] CI friendly properties break submodule builds [MNG-6057] Problem with CI friendly usage of ${..} reactor order is changed o Based on the missing replacement of the version

2017-02-25 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/mvn-3.5.1/MNG-6057 07ea23358 -> 82548dbc8 (forced update) [MNG-6090] CI friendly properties break submodule builds [MNG-6057] Problem with CI friendly usage of ${..} reactor order is changed o Based on the missing replacement of the versions

svn commit: r1784411 [2/2] - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugins/ src/main/java/org/apache/maven/plugins/anno

2017-02-25 Thread gboue
Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugins/jira/JiraHelper.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugins/jira/JiraHelper.java?rev=1784411=1784410=1784411=diff

svn commit: r1784411 [1/2] - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugins/ src/main/java/org/apache/maven/plugins/anno

2017-02-25 Thread gboue
Author: gboue Date: Sat Feb 25 22:36:31 2017 New Revision: 1784411 URL: http://svn.apache.org/viewvc?rev=1784411=rev Log: [MCHANGES-381] Migrate plugin to Maven 3.0 * Replacing usage of deprecated APIs in favor of maven-artifact-transfer * Renaming the packages to org.apache.maven.plugins *

[3/3] maven git commit: MNG-6115: Add Jansi native library search path to our start scripts Prevent writing temp-files to lib/ext/

2017-02-25 Thread rfscholte
MNG-6115: Add Jansi native library search path to our start scripts Prevent writing temp-files to lib/ext/ Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1a79bb3e Tree:

[2/3] maven git commit: [MNG-6078] Perform a proper merge of the two sources of command line arguments

2017-02-25 Thread rfscholte
[MNG-6078] Perform a proper merge of the two sources of command line arguments - Needed to extend Commons CLI's CommandLine just to perform the merged Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/13bf5544 Tree:

[1/3] maven git commit: [MNG-6078] Undo the order reversal hack

2017-02-25 Thread rfscholte
Repository: maven Updated Branches: refs/heads/MNG-6115 [created] 1a79bb3ed refs/heads/m6078 [created] 13bf55443 [MNG-6078] Undo the order reversal hack - ca4303031357a7decaee8de770b71fb2c2fedd28 used a hack to reverse the order of arguments - The side effect of the hack is that the first

maven git commit: MNG-6115: Add Jansi native library search path to our start scripts

2017-02-25 Thread rfscholte
Repository: maven Updated Branches: refs/heads/MNG-6115 1a79bb3ed -> e9e26f649 MNG-6115: Add Jansi native library search path to our start scripts test for jansi.dll Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

svn commit: r1784412 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugins/announcement/ src/main/java/org/apache/maven/plugins/github/ src/test/java/org/apache/mav

2017-02-25 Thread gboue
Author: gboue Date: Sun Feb 26 00:33:12 2017 New Revision: 1784412 URL: http://svn.apache.org/viewvc?rev=1784412=rev Log: [MCHANGES-379] [REGRESSION] Authentication does not work after Upgrade Using built-in SettingsDecrypter component to decrypt the password in the settings. Modified:

svn commit: r1784413 - in /maven/plugins/trunk/maven-javadoc-plugin/src/it: MJAVADOC-181/ MJAVADOC-181/application/src/main/java/app/ MJAVADOC-181/library/module-a/src/main/java/aaa/ MJAVADOC-181/libr

2017-02-25 Thread gboue
Author: gboue Date: Sun Feb 26 00:55:45 2017 New Revision: 1784413 URL: http://svn.apache.org/viewvc?rev=1784413=rev Log: Fixing the ITs so that the project can be built with JDK 8 * Self-enclosing elements are disallowed so should be used instead of * Custom tags cannot start with a dot