maven-surefire git commit: [SUREFIRE-1332] SurefireLauncher duplicates functions and breaks build with Maven 3.5.0

2017-02-12 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master 1c9df460e -> 2360dacc9 [SUREFIRE-1332] SurefireLauncher duplicates functions and breaks build with Maven 3.5.0 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/mav

svn commit: r1782708 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/it/MCHECKSTYLE-220/ src/it/MCHECKSTYLE-220/src/ src/it/MCHECKSTYLE-220/src/main/ src/it/MCHECKSTYLE-220/src/main/java/ sr

2017-02-12 Thread gboue
Author: gboue Date: Sun Feb 12 22:35:53 2017 New Revision: 1782708 URL: http://svn.apache.org/viewvc?rev=1782708&view=rev Log: [MCHECKSTYLE-220] Debug shows unnecessary stacktrace with java.net.MalformedURLException: no protocol: LICENSE.txt Upgrading Plexus Resources to 1.1.0 to incorporate dow

maven-integration-testing git commit: [MNG-5889] .mvn directory should be picked when using --file

2017-02-12 Thread hboutemy
Repository: maven-integration-testing Updated Branches: refs/heads/MNG-5889 [created] 8e2cbf5a6 [MNG-5889] .mvn directory should be picked when using --file Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-inte

maven git commit: [MNG-5889] .mvn directory should be picked when using --file

2017-02-12 Thread hboutemy
Repository: maven Updated Branches: refs/heads/MNG-5889 [created] a162a8bf9 [MNG-5889] .mvn directory should be picked when using --file Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a162a8bf Tree: http://git-wip-us.apach

svn commit: r1782693 - /maven/pom/trunk/maven/pom.xml

2017-02-12 Thread gboue
Author: gboue Date: Sun Feb 12 19:24:47 2017 New Revision: 1782693 URL: http://svn.apache.org/viewvc?rev=1782693&view=rev Log: [MPOM-162] Replace usage of the deprecated sourceDirectory and testSourceDirectory in Checkstyle configuration Using the new sourceDirectories and testSourceDirectories

svn commit: r1782683 - /maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml

2017-02-12 Thread gboue
Author: gboue Date: Sun Feb 12 17:17:44 2017 New Revision: 1782683 URL: http://svn.apache.org/viewvc?rev=1782683&view=rev Log: Fixing overlay-keeps-contextxml IT by pointing to the correct parent POM. Modified: maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/

svn commit: r1782682 - /maven/site/trunk/content/apt/plugins/index.apt

2017-02-12 Thread rfscholte
Author: rfscholte Date: Sun Feb 12 16:38:33 2017 New Revision: 1782682 URL: http://svn.apache.org/viewvc?rev=1782682&view=rev Log: CMS commit to maven by rfscholte Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http://s

svn commit: r18281 - /release/maven/archetype/

2017-02-12 Thread rfscholte
Author: rfscholte Date: Sun Feb 12 16:27:26 2017 New Revision: 18281 Log: Maven Archetype 3.0.0 Added: release/maven/archetype/maven-archetype-3.0.0-source-release.zip (with props) release/maven/archetype/maven-archetype-3.0.0-source-release.zip.asc release/maven/archetype/maven-ar

[1/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0 [Forced Update!]

2017-02-12 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6150 ac8b25eb0 -> b3848d5b5 (forced update) http://git-wip-us.apache.org/repos/asf/maven/blob/b3848d5b/maven-core/src/main/java/org/apache/maven/project/MavenProject.java -- di

[2/2] maven git commit: [MNG-6150] Javadoc improvements for 3.5.0

2017-02-12 Thread michaelo
[MNG-6150] Javadoc improvements for 3.5.0 * Remove duplicate plugin configuration * Add workaround for Javadoc locale * Clean up errors reported by Javadoc 7 Note: Javadoc 8 fails immediately because Modello generates invalid Javadoc Project: http://git-wip-us.apache.org/repos/asf/maven/repo Co

svn commit: r1782677 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

2017-02-12 Thread gboue
Author: gboue Date: Sun Feb 12 15:28:47 2017 New Revision: 1782677 URL: http://svn.apache.org/viewvc?rev=1782677&view=rev Log: [MCHECKSTYLE-322] Update plugin to use 6.19 checkstyle (last version that is based on jdk7) Updating Checkstyle to 2.18, and not 2.19 because of a regression (see issue

svn commit: r1782671 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: it/MCHECKSTYLE-137/ main/java/org/apache/maven/plugins/checkstyle/ main/java/org/apache/maven/plugins/checkstyle/exec/ site/

2017-02-12 Thread gboue
Author: gboue Date: Sun Feb 12 14:51:16 2017 New Revision: 1782671 URL: http://svn.apache.org/viewvc?rev=1782671&view=rev Log: [MCHECKSTYLE-336] Fail the build when deprecated parameters sourceDirectory or testSourceDirectory are used With the major upgrade to 3.0.0, let's prepare the removal of

[18/18] maven git commit: o Updated to run the core ITs from the DEPMGMT branch.

2017-02-12 Thread schulte
o Updated to run the core ITs from the DEPMGMT branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/874a1b27 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/874a1b27 Diff: http://git-wip-us.apache.org/repos/asf/mave

[10/18] maven git commit: [MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml

2017-02-12 Thread schulte
[MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml o Updated the 'DefaultModelResolver' to handle replacing repositories the same way the 'DefaultDependencyCollector' does. When the 'DefaultDependencyCollector' finds a

[07/18] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

[16/18] maven git commit: [MNG-5935] Optional true getting lost in managed dependencies when transitive

2017-02-12 Thread schulte
[MNG-5935] Optional true getting lost in managed dependencies when transitive Updated to correctly map the optional flag of Maven model dependencies to Aether dependencies. Prior to this change all managed dependencies implicitly had the optional flag set to 'false' leading to Aether managing that

[09/18] maven git commit: [MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter}

2017-02-12 Thread schulte
[MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter} o Updated to stop replacing external repositories when repository merging is set to REQUEST_DOMINANT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos

[13/18] maven git commit: [MNG-5761] Dependency management is not transitive.

2017-02-12 Thread schulte
[MNG-5761] Dependency management is not transitive. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/74896d04 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/74896d04 Diff: http://git-wip-us.apache.org/repos/asf/maven/d

[01/18] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IT ef90fe00c -> 874a1b276 (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http://git

[12/18] maven git commit: o Updated to Maven Resolver 1.2.0-SNAPSHOT.

2017-02-12 Thread schulte
o Updated to Maven Resolver 1.2.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/38f6edef Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/38f6edef Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/38f6

[17/18] maven git commit: [MNG-1577] dependencyManagement does not work for transitive dependencies

2017-02-12 Thread schulte
[MNG-1577] dependencyManagement does not work for transitive dependencies o Updated to correct an incorrect test case. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46d07fab Tree: http://git-wip-us.apache.org/repos/asf/mave

[03/18] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[14/18] maven git commit: [MNG-5227] The 'optional' flag of a dependency should be manageable.

2017-02-12 Thread schulte
[MNG-5227] The 'optional' flag of a dependency should be manageable. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/101b276b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/101b276b Diff: http://git-wip-us.apache.org/

[06/18] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[15/18] maven git commit: [MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects.

2017-02-12 Thread schulte
[MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects. o Updated to use the '' element to decide the style of resolution as discussed on dev@. Plugins with prerequisites >= 3.6 get the correct resolution, all other plugins will be

[04/18] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[08/18] maven git commit: o Updated version to 3.6.0-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated version to 3.6.0-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9b27bbb7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9b27bbb7 Diff: http://git-wip-us.apache.org/repos/asf/ma

[02/18] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[05/18] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[11/18] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2017-02-12 Thread schulte
[MNG-5971] Imported dependencies should be available to inheritance processing o Updated the 'DefaultDependencyManagementImporter' to stop ignoring import dependency conflicts silently. Such conflicts need to be resolved manually by adding the conflicting dependency to the pom manually. o Upda

[10/12] maven git commit: [MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml

2017-02-12 Thread schulte
[MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml o Updated the 'DefaultModelResolver' to handle replacing repositories the same way the 'DefaultDependencyCollector' does. When the 'DefaultDependencyCollector' finds a

[05/12] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[04/12] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[07/12] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

[12/12] maven git commit: o Updated to run the ITs from the DEPMGMT-INCLUDE branch.

2017-02-12 Thread schulte
o Updated to run the ITs from the DEPMGMT-INCLUDE branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c07fa867 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c07fa867 Diff: http://git-wip-us.apache.org/repos/asf/m

[09/12] maven git commit: o Updated version to 3.6.0-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated version to 3.6.0-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9b27bbb7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9b27bbb7 Diff: http://git-wip-us.apache.org/repos/asf/ma

[08/12] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2017-02-12 Thread schulte
[MNG-5971] Imported dependencies should be available to inheritance processing o Updated the 'DefaultDependencyManagementImporter' to stop ignoring import dependency conflicts silently. Such conflicts need to be resolved manually by adding the conflicting dependency to the pom manually. o Upda

[8/8] maven git commit: o Updated to run the core ITs from the DEPMGMT-IMPORT branch.

2017-02-12 Thread schulte
o Updated to run the core ITs from the DEPMGMT-IMPORT branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8aa46b2b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8aa46b2b Diff: http://git-wip-us.apache.org/repos/a

[02/12] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[1/8] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT-IT 104e09d94 -> 8aa46b2bd (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: htt

[5/8] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[06/12] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[4/8] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[11/12] maven git commit: [MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter}

2017-02-12 Thread schulte
[MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter} o Updated to stop replacing external repositories when repository merging is set to REQUEST_DOMINANT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos

[01/12] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-INCLUDE-IT 8690545d9 -> c07fa8675 (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: ht

[6/8] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[03/12] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[2/8] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[7/8] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

[3/8] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[15/17] maven git commit: [MNG-5761] Dependency management is not transitive.

2017-02-12 Thread schulte
[MNG-5761] Dependency management is not transitive. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/74896d04 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/74896d04 Diff: http://git-wip-us.apache.org/repos/asf/maven/d

[17/17] maven git commit: [MNG-5935] Optional true getting lost in managed dependencies when transitive

2017-02-12 Thread schulte
[MNG-5935] Optional true getting lost in managed dependencies when transitive Updated to correctly map the optional flag of Maven model dependencies to Aether dependencies. Prior to this change all managed dependencies implicitly had the optional flag set to 'false' leading to Aether managing that

[12/17] maven git commit: [MNG-1577] dependencyManagement does not work for transitive dependencies

2017-02-12 Thread schulte
[MNG-1577] dependencyManagement does not work for transitive dependencies o Updated to correct an incorrect test case. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46d07fab Tree: http://git-wip-us.apache.org/repos/asf/mave

[10/17] maven git commit: o Updated version to 3.6.0-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated version to 3.6.0-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9b27bbb7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9b27bbb7 Diff: http://git-wip-us.apache.org/repos/asf/ma

[13/17] maven git commit: o Updated to Maven Resolver 1.2.0-SNAPSHOT.

2017-02-12 Thread schulte
o Updated to Maven Resolver 1.2.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/38f6edef Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/38f6edef Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/38f6

[07/17] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

[04/17] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[01/17] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT b5c0c75e7 -> 215cd9534 (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http://git-wi

[06/17] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[03/17] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[16/17] maven git commit: [MNG-5227] The 'optional' flag of a dependency should be manageable.

2017-02-12 Thread schulte
[MNG-5227] The 'optional' flag of a dependency should be manageable. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/101b276b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/101b276b Diff: http://git-wip-us.apache.org/

[08/17] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2017-02-12 Thread schulte
[MNG-5971] Imported dependencies should be available to inheritance processing o Updated the 'DefaultDependencyManagementImporter' to stop ignoring import dependency conflicts silently. Such conflicts need to be resolved manually by adding the conflicting dependency to the pom manually. o Upda

[02/17] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[09/17] maven git commit: [MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml

2017-02-12 Thread schulte
[MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml o Updated the 'DefaultModelResolver' to handle replacing repositories the same way the 'DefaultDependencyCollector' does. When the 'DefaultDependencyCollector' finds a

[11/17] maven git commit: [MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter}

2017-02-12 Thread schulte
[MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter} o Updated to stop replacing external repositories when repository merging is set to REQUEST_DOMINANT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos

[14/17] maven git commit: [MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects.

2017-02-12 Thread schulte
[MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects. o Updated to use the '' element to decide the style of resolution as discussed on dev@. Plugins with prerequisites >= 3.6 get the correct resolution, all other plugins will be

[05/17] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[06/11] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[09/11] maven git commit: o Updated version to 3.6.0-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated version to 3.6.0-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9b27bbb7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9b27bbb7 Diff: http://git-wip-us.apache.org/repos/asf/ma

[08/11] maven git commit: [MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter}

2017-02-12 Thread schulte
[MNG-5639] Support resolution of Import Scope POMs from Repo that contains a ${parameter} o Updated to stop replacing external repositories when repository merging is set to REQUEST_DOMINANT. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos

[07/11] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

[11/11] maven git commit: [MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml

2017-02-12 Thread schulte
[MNG-4347] import-scoped dependencies of direct dependencies are not resolved using profile modifications from settings.xml o Updated the 'DefaultModelResolver' to handle replacing repositories the same way the 'DefaultDependencyCollector' does. When the 'DefaultDependencyCollector' finds a

[01/11] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-INCLUDE b0b771835 -> 9b27bbb7d (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http:

[05/11] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[04/11] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[10/11] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2017-02-12 Thread schulte
[MNG-5971] Imported dependencies should be available to inheritance processing o Updated the 'DefaultDependencyManagementImporter' to stop ignoring import dependency conflicts silently. Such conflicts need to be resolved manually by adding the conflicting dependency to the pom manually. o Upda

[03/11] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[02/11] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[2/7] maven git commit: [MNG-5967] Dependency updates

2017-02-12 Thread schulte
[MNG-5967] Dependency updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37fef3d7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37fef3d7 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37fef3d7 Branch:

[5/7] maven git commit: [MNG-5527] Dependency management import should support relocations.

2017-02-12 Thread schulte
[MNG-5527] Dependency management import should support relocations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/943e8f4f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/943e8f4f Diff: http://git-wip-us.apache.org/r

[4/7] maven git commit: [MNG-4463] Dependency management import should support version ranges.

2017-02-12 Thread schulte
[MNG-4463] Dependency management import should support version ranges. o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs are pending to be committed. Project: http://git-wip-us.apache.org/repos/asf/maven/repo

[1/7] maven git commit: [MNG-5934] String handling issues identified by PMD [Forced Update!]

2017-02-12 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT 2f892cba5 -> f0b787105 (forced update) [MNG-5934] String handling issues identified by PMD Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8d91726f Tree: http:/

[3/7] maven git commit: [MNG-5968] Default plugin version updates

2017-02-12 Thread schulte
[MNG-5968] Default plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0284dda8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0284dda8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0284dd

[6/7] maven git commit: [MNG-5600] Dependency management import should support exclusions.

2017-02-12 Thread schulte
[MNG-5600] Dependency management import should support exclusions. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f5f5373e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f5f5373e Diff: http://git-wip-us.apache.org/re

[7/7] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-02-12 Thread schulte
o Updated to 3.5.1-SNAPSHOT to make the ITs run. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f0b78710 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f0b78710 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff

maven git commit: [MNG-6171] REGRESSION: WARNING about usage of a non threadsafe marked plugin is not showed anymore o The output of the WARNING was connected with the debug mode which shouldn't be th

2017-02-12 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-6171 [created] f93ac3358 [MNG-6171] REGRESSION: WARNING about usage of a non threadsafe marked plugin is not showed anymore o The output of the WARNING was connected with the debug mode which shouldn't be the case. It should always being sh

maven git commit: MNG-6170 o In some cases the code will return a null which should not be scheduled.

2017-02-12 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-6170 [created] 8cd5d8079 MNG-6170 o In some cases the code will return a null which should not be scheduled. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8cd5d807 T