maven-resolver git commit: [MRESOLVER-6] Use java.nio.charset.StandardCharsets wherever possible

2017-05-11 Thread michaelo
Repository: maven-resolver Updated Branches: refs/heads/MRESOLVER-6 [created] a05222b5e [MRESOLVER-6] Use java.nio.charset.StandardCharsets wherever possible Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit:

svn commit: r1012094 - in /websites/production/maven/components/plugins-archives/maven-dependency-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/dependency/ apidocs/org/apache/maven/plugi

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 21:25:11 2017 New Revision: 1012094 Log: Site checkin for project Apache Maven Dependency Plugin [This commit notification would consist of 173 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[1/2] maven-resolver git commit: [MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input [Forced Update!]

2017-05-11 Thread michaelo
Repository: maven-resolver Updated Branches: refs/heads/MRESOLVER-4 362ce50e1 -> 523f98ca6 (forced update) http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/523f98ca/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultRepositorySystem.java

[2/2] maven-resolver git commit: [MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input

2017-05-11 Thread michaelo
[MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/523f98ca Tree:

svn commit: r1794898 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 21:13:27 2017 New Revision: 1794898 URL: http://svn.apache.org/viewvc?rev=1794898=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml Modified:

svn commit: r1794897 - /maven/plugins/tags/maven-dependency-plugin-3.0.1/

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 21:13:25 2017 New Revision: 1794897 URL: http://svn.apache.org/viewvc?rev=1794897=rev Log: [maven-release-plugin] copy for tag maven-dependency-plugin-3.0.1 Added: maven/plugins/tags/maven-dependency-plugin-3.0.1/ - copied from r1794896,

svn commit: r1794896 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 21:13:11 2017 New Revision: 1794896 URL: http://svn.apache.org/viewvc?rev=1794896=rev Log: [maven-release-plugin] prepare release maven-dependency-plugin-3.0.1 Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml Modified:

[1/2] maven-resolver git commit: [MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input

2017-05-11 Thread michaelo
Repository: maven-resolver Updated Branches: refs/heads/MRESOLVER-4 [created] 362ce50e1 http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/362ce50e/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultRepositorySystem.java

[2/2] maven-resolver git commit: [MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input

2017-05-11 Thread michaelo
[MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/362ce50e Tree:

[02/17] maven git commit: Update the DOAP to include the 3.5.0 release

2017-05-11 Thread michaelo
Update the DOAP to include the 3.5.0 release Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6cfe8be0 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6cfe8be0 Diff:

[07/17] maven git commit: [MNG-6205] upgraded JAnsi to 1.16 for console encoding fix

2017-05-11 Thread michaelo
[MNG-6205] upgraded JAnsi to 1.16 for console encoding fix also fixes MNG-6218 MinGW bash detection fixed by JAnsi 1.14 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ee42f75b Tree:

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

2017-05-11 Thread michaelo
[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

[16/17] maven git commit: [MNG-6223] support -f path/to/dir when detecting .mvn

2017-05-11 Thread michaelo
[MNG-6223] support -f path/to/dir when detecting .mvn Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/665377bf Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/665377bf Diff:

[03/17] maven git commit: Minor cleanup in MavenCli.java

2017-05-11 Thread michaelo
Minor cleanup in MavenCli.java There is some unnecessary code in the MavenCli.java from line #1465 to #1474. The functionality has been moved to line #1215. Signed-off-by: Karl Heinz Marbaise Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

[10/17] maven git commit: [MNG-6186] use enhanced HawtJNI library loading (remove previous hack)

2017-05-11 Thread michaelo
[MNG-6186] use enhanced HawtJNI library loading (remove previous hack) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/593d9f96 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/593d9f96 Diff:

[12/17] maven git commit: Doc improvement in simplelogger.properties

2017-05-11 Thread michaelo
Doc improvement in simplelogger.properties Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46b35822 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/46b35822 Diff:

[05/17] maven git commit: [maven-release-plugin] prepare release maven-3.5.0

2017-05-11 Thread michaelo
[maven-release-plugin] prepare release maven-3.5.0 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4931ad66 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4931ad66 Diff:

[09/17] maven git commit: Add a ProjectArtifactsCache similar to PluginArtifactsCache

2017-05-11 Thread michaelo
Add a ProjectArtifactsCache similar to PluginArtifactsCache Signed-off-by: Jason van Zyl closes #82 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/71cbb130 Tree:

[06/17] maven git commit: Added some javadoc

2017-05-11 Thread michaelo
Added some javadoc Added javadoc help for making easier to compare two versions in command line. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3925163f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3925163f Diff:

[04/17] maven git commit: [maven-release-plugin] prepare for next development iteration

2017-05-11 Thread michaelo
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/896de831 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/896de831 Diff:

[17/17] maven git commit: MNG-6210 allow maven custom guice scopes in .mvn/extensions

2017-05-11 Thread michaelo
MNG-6210 allow maven custom guice scopes in .mvn/extensions Signed-off-by: Igor Fedorenko Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dfc027d8 Tree:

[11/17] maven git commit: MNG-6209 better executeMojo thread context classloader

2017-05-11 Thread michaelo
MNG-6209 better executeMojo thread context classloader Signed-off-by: Igor Fedorenko Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/bc089f94 Tree:

[08/17] maven git commit: [MNG-6149] MetadataResolutionResult#getGraph() never resolves request type 'test'

2017-05-11 Thread michaelo
[MNG-6149] MetadataResolutionResult#getGraph() never resolves request type 'test' Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3cc17820 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3cc17820 Diff:

[14/17] maven git commit: [MNG-6228] Optionality not displayed in dependency tree when run in debug mode

2017-05-11 Thread michaelo
[MNG-6228] Optionality not displayed in dependency tree when run in debug mode Log message in DefaultProjectDependenciesResolver has been extended with "(optional)" if dependency is marked as optional (direct or transitive). Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

[15/17] maven git commit: use "java -jar" command

2017-05-11 Thread michaelo
use "java -jar" command Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d3c7c3f0 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d3c7c3f0 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d3c7c3f0 Branch:

[01/17] maven git commit: improved description of styled message API

2017-05-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169_2/not-updated-MJAR-MCOMPILER 47511146b -> 3cb6dc2f1 improved description of styled message API Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d241aa87 Tree:

svn commit: r1794865 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:27:32 2017 New Revision: 1794865 URL: http://svn.apache.org/viewvc?rev=1794865=rev Log: [MDEP-567] Upgrade to maven-dependency-tree to 3.0.1 [MDEP-565] Upgrade maven-artifact-transfer to version 0.9.1 Modified:

svn commit: r1012073 - /websites/production/maven/content/

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:23:43 2017 New Revision: 1012073 Log: Trigger another time. Seemed to be to early. Added: websites/production/maven/content/ - copied from r1012072, websites/staging/maven/trunk/content/

svn commit: r1012072 [2/4] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archetypes/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ d

2017-05-11 Thread buildbot
Modified: websites/staging/maven/trunk/content/docs/2.0.7/release-notes.html == --- websites/staging/maven/trunk/content/docs/2.0.7/release-notes.html (original) +++

svn commit: r1012072 [1/4] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archetypes/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ d

2017-05-11 Thread buildbot
Author: buildbot Date: Thu May 11 18:15:46 2017 New Revision: 1012072 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/about.html websites/staging/maven/trunk/content/aether.html

svn commit: r1012072 [4/4] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archetypes/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ d

2017-05-11 Thread buildbot
Modified: websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html == --- websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html (original) +++

svn commit: r1012071 - /websites/production/maven/content/

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:15:27 2017 New Revision: 1012071 Log: Maven Dependency Tree 3.0.1 Maven Artifact Transfer 0.9.1 Added: websites/production/maven/content/ - copied from r1012070, websites/staging/maven/trunk/content/

svn commit: r1794864 - /maven/site/trunk/content/apt/shared/index.apt

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:13:32 2017 New Revision: 1794864 URL: http://svn.apache.org/viewvc?rev=1794864=rev Log: Maven Artifact Transfer 0.9.1 Maven Dependency Tree 3.0.1 Modified: maven/site/trunk/content/apt/shared/index.apt Modified:

svn commit: r1012069 - in /websites/production/maven/components: shared-archives/maven-dependency-tree-3.0.1/ shared/maven-dependency-tree/

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:10:17 2017 New Revision: 1012069 Log: Publish Maven Shared Component: Maven Dependency Tree 3.0.1 Added: websites/production/maven/components/shared-archives/maven-dependency-tree-3.0.1/ - copied from r1012068,

svn commit: r1012068 - in /websites/production/maven/components: shared-archives/maven-artifact-transfer-0.9.1/ shared/maven-artifact-transfer/

2017-05-11 Thread khmarbaise
Author: khmarbaise Date: Thu May 11 18:01:36 2017 New Revision: 1012068 Log: Publish Maven Shared Component: Maven Artifact Transfer 0.9.1 Added: websites/production/maven/components/shared-archives/maven-artifact-transfer-0.9.1/ - copied from r1012067,

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates [Forced Update!]

2017-05-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169_2/updated-MJAR eedef4349 -> ae088cffd (forced update) [MNG-6169] Lifecycle/binding 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/ae088cff

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates [Forced Update!]

2017-05-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169_2/all-updated 7baacf4f8 -> 82eb7ac8d (forced update) [MNG-6169] Lifecycle/binding 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/82eb7ac8

maven git commit: [MNG-6169] Lifecycle/binding plugin version updates [Forced Update!]

2017-05-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6169_2/not-updated-MJAR-MCOMPILER 1eff29a2f -> 47511146b (forced update) [MNG-6169] Lifecycle/binding plugin version updates Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

maven git commit: [MNG-5567] Zip files are not included in classpaths at all

2017-05-11 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5567 [created] fd5d2d68f [MNG-5567] Zip files are not included in classpaths at all By definition of the classpath [1], JAR and Zip files are valid compressed files. Zips are likely to contain resources shared around. This totally relieves of