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

2016-12-18 Thread schulte
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/443a777c/core-it-suite/src/test/resources/mng-5771-core-extensions/repo/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom -- diff --git a/core-it-suite/sr

svn commit: r1774977 - /maven/pom/trunk/asf/pom.xml

2016-12-18 Thread schulte
Author: schulte Date: Mon Dec 19 02:12:48 2016 New Revision: 1774977 URL: http://svn.apache.org/viewvc?rev=1774977&view=rev Log: [MPOM-145] Upgrade maven-plugin-plugin to 3.5. o Reverted due to MPLUGIN-319. Modified: maven/pom/trunk/asf/pom.xml Modified: maven/pom/trunk/asf/pom.xml

svn commit: r1774978 - /maven/pom/trunk/asf/pom.xml

2016-12-18 Thread schulte
Author: schulte Date: Mon Dec 19 02:14:16 2016 New Revision: 1774978 URL: http://svn.apache.org/viewvc?rev=1774978&view=rev Log: [MPOM-143] Upgrade maven-dependency-plugin to 3.0.0. o Reverted as requested. Modified: maven/pom/trunk/asf/pom.xml Modified: maven/pom/trunk/asf/pom.xml

[2/3] maven-resolver git commit: [MRESOLVER-8] ScopeDependencySelector incorrectly de-selects direct dependencies.

2016-12-20 Thread schulte
h: refs/heads/master Commit: 9855af4fbd6bb0f64750d27b2eee2e03b25b58ba Parents: 65e1e5f Author: Christian Schulte Authored: Wed Dec 21 03:36:03 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 03:43:08 2016 +0100

maven git commit: [MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects. [MNG-5761] Dependency management is not transitive.

2016-12-20 Thread schulte
mit: e8a0af6e649b21a8fd5f7d59ef8b559ed39fcf16 Parents: 7d1d8ac Author: Christian Schulte Authored: Wed Dec 21 04:15:55 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 04:46:26 2016 +0100 -- .../DefaultPluginDependenciesResolver.j

[3/3] maven-resolver git commit: [MRESOLVER-10] New class 'TransitiveDependencyManager' supporting transitive dependency management.

2016-12-20 Thread schulte
n-resolver/commit/1a3831df Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/1a3831df Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/1a3831df Branch: refs/heads/master Commit: 1a3831df53cdbecc01caa39a792c3a94fd99d803 Parents: 9855af4 Author: Christian Schulte Authore

[1/3] maven-resolver git commit: [MRESOLVER-12] Addition of unit tests for the various DependencySelector implementations to test things are working as documented.

2016-12-20 Thread schulte
400 Parents: 7927688 Author: Christian Schulte Authored: Wed Dec 21 03:12:28 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 03:12:28 2016 +0100 -- .../impl/DefaultDependencyCollectorTest.java|

maven-resolver git commit: [MRESOLVER-15] Dependency updates.

2016-12-20 Thread schulte
wip-us.apache.org/repos/asf/maven-resolver/tree/c888bce7 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/c888bce7 Branch: refs/heads/master Commit: c888bce75f9670c515e772dea124081b33d4c974 Parents: 1a3831d Author: Christian Schulte Authored: Wed Dec 21 07:04:51 2016 +0100 Commit

[2/2] maven git commit: o Updated to remove deprecated element causing a warning.

2016-12-20 Thread schulte
/maven/diff/a4fe9ec7 Branch: refs/heads/master Commit: a4fe9ec7976421dcadd8d3ab033928a6cb4b7c19 Parents: fe42dac Author: Christian Schulte Authored: Wed Dec 21 07:31:40 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 07:31:40 2016 +0100

[1/2] maven git commit: [MNG-6023] Upgrade of slf4j-simple to a version later than 1.7.16 blocked by upstream issue.

2016-12-20 Thread schulte
mit/fe42dac2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fe42dac2 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fe42dac2 Branch: refs/heads/master Commit: fe42dac2601ae26116b935e8c0916be6a79c1e67 Parents: e8a0af6 Author: Christian Schulte Authored: Wed Dec 21 07:28:20 2016 +0

maven-resolver git commit: [MRESOLVER-9] DefaultDependencyCollector does not correctly handle dependency management.

2016-12-21 Thread schulte
resolver/diff/763cac23 Branch: refs/heads/master Commit: 763cac233d37e2240e43dfaf72023ba1f8ffd139 Parents: c888bce Author: Christian Schulte Authored: Wed Dec 21 17:41:30 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 17:41:

maven git commit: [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-21 Thread schulte
9e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7e70c59e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7e70c59e Branch: refs/heads/master Commit: 7e70c59e43f112c12282de49d937e870c9545fc9 Parents: a4fe9ec Author: Christian Schulte Authored: Wed Dec 21 17:45:54 2016 +0100 Committ

maven git commit: [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-21 Thread schulte
Parents: 7e70c59 Author: Christian Schulte Authored: Wed Dec 21 18:03:54 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 21 18:03:54 2016 +0100 -- maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java | 2 +- 1 fi

maven-integration-testing git commit: [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-21 Thread schulte
ntegration-testing/diff/683e932e Branch: refs/heads/master Commit: 683e932eec9b021519824d4600f3ebf7dcbd6f28 Parents: 443a777 Author: Christian Schulte Authored: Wed Dec 21 19:00:44 2016 +0100 Committer: Christian Schulte Committed: Wed Dec

maven git commit: [MNG-5661] Make MavenProject instances immutable after initial construction

2016-12-23 Thread schulte
git-wip-us.apache.org/repos/asf/maven/tree/c0591667 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c0591667 Branch: refs/heads/master Commit: c059166753f889736f11da77f93888d67f075619 Parents: b5b8298 Author: Christian Schulte Authored: Fri Dec 23 21:48:39 2016 +0100 Committer: Christian Schu

svn commit: r1775953 - /maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 13:58:28 2016 New Revision: 1775953 URL: http://svn.apache.org/viewvc?rev=1775953&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to account for recent log messages in 3.4+. Modified: m

svn commit: r1775961 - /maven/plugins/trunk/maven-ear-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 14:20:52 2016 New Revision: 1775961 URL: http://svn.apache.org/viewvc?rev=1775961&view=rev Log: [MEAR-246] Upgrade the EAR lifecycle to use the maven-resources-plugin 3.0.2. Modified: maven/plugins/trunk/maven-ear-plugin/src/main/filtered-resources/META

svn commit: r1775963 - /maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 14:23:51 2016 New Revision: 1775963 URL: http://svn.apache.org/viewvc?rev=1775963&view=rev Log: [MWAR-200] Upgrade the WAR lifecycle to use the maven-resources-plugin 3.0.2. Modified: maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META

svn commit: r1775965 - /maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 14:26:36 2016 New Revision: 1775965 URL: http://svn.apache.org/viewvc?rev=1775965&view=rev Log: [MWAR-401] Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.6.0. Modified: maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META

svn commit: r1775971 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 14:56:53 2016 New Revision: 1775971 URL: http://svn.apache.org/viewvc?rev=1775971&view=rev Log: [MPMD-230] Required class missing: org/apache/commons/io/IOUtils Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven

svn commit: r1775976 - /maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy

2016-12-24 Thread schulte
Author: schulte Date: Sat Dec 24 15:28:58 2016 New Revision: 1775976 URL: http://svn.apache.org/viewvc?rev=1775976&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to account for recent log messages in 3.4+. Modified: m

maven-integration-testing git commit: [MNG-3599] webdav does not set http-proxy correctly

2016-12-26 Thread schulte
ter Commit: 37d46fcadd354c51eb1cef92a9ea125f060fe239 Parents: 683e932 Author: Christian Schulte Authored: Mon Dec 26 17:57:07 2016 +0100 Committer: Christian Schulte Committed: Mon Dec 26 17:57:07 2016 +0100 -- .../apache/maven

svn commit: r1776201 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 21:39:19 2016 New Revision: 1776201 URL: http://svn.apache.org/viewvc?rev=1776201&view=rev Log: [MPIR-288] Add a skipEmptyReport option o Updated the IT to account for skipEmptyReport to default to 'true'. Modified: maven/plugins/trunk/mave

svn commit: r1776203 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 21:43:01 2016 New Revision: 1776203 URL: http://svn.apache.org/viewvc?rev=1776203&view=rev Log: [MPIR-288] Add a skipEmptyReport option o Updated the IT to account for skipEmptyReport to default to 'true'. Modified: maven/plugins/trunk/mave

svn commit: r1776208 - /maven/plugins/trunk/pom.xml

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 21:54:18 2016 New Revision: 1776208 URL: http://svn.apache.org/viewvc?rev=1776208&view=rev Log: [MANT-86] Retire the plugin o Removed the plugin form the aggregator POM. It is on its way to get retired and currently produces IT failures on Jenkins. Fixing

svn commit: r1776210 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/verify.groovy unpack-from-remote-repository/verify.groovy

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 22:31:13 2016 New Revision: 1776210 URL: http://svn.apache.org/viewvc?rev=1776210&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to account for recent log messages in 3.4+. Modified: m

svn commit: r1776211 - /maven/plugins/trunk/maven-dependency-plugin/src/it/projects/copy-from-remote-repository/verify.groovy

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 22:32:17 2016 New Revision: 1776211 URL: http://svn.apache.org/viewvc?rev=1776211&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to account for recent log messages in 3.4+. Modified: m

svn commit: r1776212 - /maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties

2016-12-27 Thread schulte
Author: schulte Date: Tue Dec 27 22:55:36 2016 New Revision: 1776212 URL: http://svn.apache.org/viewvc?rev=1776212&view=rev Log: [MNG-5761] Dependency management is not transitive. o Updated to disable this IT for Maven >= 3.4. As long as the model version 5.0.0 PDT file is not implemen

svn commit: r1776327 - in /maven/plugins/trunk/maven-dependency-plugin/src: main/java/org/apache/maven/plugins/dependency/ main/java/org/apache/maven/plugins/dependency/utils/markers/ test/java/org/ap

2016-12-28 Thread schulte
Author: schulte Date: Wed Dec 28 20:53:22 2016 New Revision: 1776327 URL: http://svn.apache.org/viewvc?rev=1776327&view=rev Log: o Updated to stop ignoring the boolean result of method 'File.setLastModified'. o Updated to use 'File.deleteOnExit' whenever the 'File.d

svn commit: r1776328 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/verify.groovy unpack-from-remote-repository/verify.groovy

2016-12-28 Thread schulte
Author: schulte Date: Wed Dec 28 21:06:08 2016 New Revision: 1776328 URL: http://svn.apache.org/viewvc?rev=1776328&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to make groovy scripts work with Windows paths. Modi

maven-wagon git commit: [MRESOLVER-9] DefaultDependencyCollector does not correctly handle dependency management.

2016-12-28 Thread schulte
mit: 1b318bb7b87ab260f3ff33259d547caffe575f02 Parents: b451e41 Author: Christian Schulte Authored: Wed Dec 28 22:41:22 2016 +0100 Committer: Christian Schulte Committed: Wed Dec 28 22:41:22 2016 +0100 -- pom.xml | 1 - wa

svn commit: r1776354 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/verify.groovy unpack-from-remote-repository/verify.groovy

2016-12-28 Thread schulte
Author: schulte Date: Wed Dec 28 23:06:30 2016 New Revision: 1776354 URL: http://svn.apache.org/viewvc?rev=1776354&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to correct groovy scripts. Modified: maven/plugins/t

svn commit: r1776513 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/verify.groovy unpack-from-remote-repository/verify.groovy

2016-12-29 Thread schulte
Author: schulte Date: Fri Dec 30 02:02:38 2016 New Revision: 1776513 URL: http://svn.apache.org/viewvc?rev=1776513&view=rev Log: [MNG-5457] Show repository id when downloading or uploading from/to a remote repository o Updated to correct groovy scripts. Modified: maven/plugins/t

svn commit: r1776515 - in /maven/shared/trunk/maven-invoker/src/test: java/org/apache/maven/shared/invoker/DefaultInvokerTest.java resources/test-space-and-special-char-pom/ resources/test-space-and-s

2016-12-29 Thread schulte
Author: schulte Date: Fri Dec 30 02:44:58 2016 New Revision: 1776515 URL: http://svn.apache.org/viewvc?rev=1776515&view=rev Log: o Updated to add a test verifying invocations in directories with spaces and special chars are working (Windows). Added: maven/shared/trunk/maven-invoker

svn commit: r1776591 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 15:33:49 2016 New Revision: 1776591 URL: http://svn.apache.org/viewvc?rev=1776591&view=rev Log: [MNG-5761] Dependency management is not transitive. o Updated to add a missing test dependency (used but undeclared) managed to non-transitive test s

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

2016-12-30 Thread schulte
ads/master Commit: 1a94cd4a76cd528eb4b8f46b853f8d77d7d5352d Parents: 65960ac Author: Christian Schulte Authored: Fri Dec 30 22:57:13 2016 +0100 Committer: Christian Schulte Committed: Fri Dec 30 22:57:13 2016 +0100 -- apache-mave

svn commit: r1776657 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 23:18:05 2016 New Revision: 1776657 URL: http://svn.apache.org/viewvc?rev=1776657&view=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. Modified: maven/plugins/trunk/maven-invo

svn commit: r1776659 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2016-12-30 Thread schulte
Author: schulte Date: Fri Dec 30 23:18:52 2016 New Revision: 1776659 URL: http://svn.apache.org/viewvc?rev=1776659&view=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. o Updated to use maven-invoker-plugin 3.0.0-SNA

svn commit: r1776671 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java

2016-12-30 Thread schulte
Author: schulte Date: Sat Dec 31 01:06:53 2016 New Revision: 1776671 URL: http://svn.apache.org/viewvc?rev=1776671&view=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. o Updated to only escape characters leading to

svn commit: r1776802 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats: goals.txt invoker.properties

2016-12-31 Thread schulte
Author: schulte Date: Sat Dec 31 17:29:23 2016 New Revision: 1776802 URL: http://svn.apache.org/viewvc?rev=1776802&view=rev Log: o Updated to remove 'goals.txt' file not supported by maven-invoker-plugin-3.0.0-SNAPSHOT. Added: maven/plugins/trunk/maven-assembly-plugin/s

maven-resolver git commit: [MRESOLVER-9] DefaultDependencyCollector does not correctly handle dependency management. [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-31 Thread schulte
pos/asf/maven-resolver/tree/8cec8a78 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/8cec8a78 Branch: refs/heads/master Commit: 8cec8a788c59fd62a2c8486073412f5b3efd47a5 Parents: 763cac2 Author: Christian Schulte Authored: Sat Dec 31 19:24:17 2016 +0100 Committer: Christian Schulte C

maven-integration-testing git commit: [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-31 Thread schulte
ttp://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/788c6956 Branch: refs/heads/master Commit: 788c695631e44de0a1d65ae8a3d52af6637a0eaa Parents: 37d46fc Author: Christian Schulte Authored: Sat Dec 31 19:21:20 2016 +0100 Committer: Christian Schulte Committed: Sat Dec 31 19:21:

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

2016-12-31 Thread schulte
: http://git-wip-us.apache.org/repos/asf/maven/commit/6d68777c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6d68777c Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6d68777c Branch: refs/heads/master Commit: 6d68777c7ed6de2ad8fca6495b65b138bc1f7085 Parents: 1a94cd4 Author: Christi

[2/2] maven git commit: [MNG-6139] Addition of command line option 'legacy-dependency-management'.

2016-12-31 Thread schulte
f/ae9c2269 Branch: refs/heads/master Commit: ae9c2269e41c37bfa9e3aae711e827d6efbb6da7 Parents: 6d68777 Author: Christian Schulte Authored: Sat Dec 31 19:19:04 2016 +0100 Committer: Christian Schulte Committed: Sat Dec 31 19:43:46

maven git commit: [MNG-6135] Maven plugins and core extensions are not dependencies, they should be resolved the same way as projects. [MNG-4276] Plugins with indirect dependency on plexus-utils are s

2016-12-31 Thread schulte
s.apache.org/repos/asf/maven/diff/859651ac Branch: refs/heads/master Commit: 859651acfc73af2a2afcd044306eaa0e5e5ac51a Parents: ae9c226 Author: Christian Schulte Authored: Sat Dec 31 21:27:00 2016 +0100 Committer: Christian Schulte Committe

maven-surefire git commit: [SUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources.

2017-01-01 Thread schulte
ven-surefire/commit/e5a6b9c8 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e5a6b9c8 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e5a6b9c8 Branch: refs/heads/master Commit: e5a6b9c8d4f514100a01dea2acf1fb059e294968 Parents: 66bc4c0 Author: Christian Schulte Autho

svn commit: r1777398 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2017-01-04 Thread schulte
Author: schulte Date: Thu Jan 5 01:28:43 2017 New Revision: 1777398 URL: http://svn.apache.org/viewvc?rev=1777398&view=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files. Modified: maven/plugins/trunk/maven-a

[4/4] maven-surefire git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven-surefire

2017-01-07 Thread schulte
efire/tree/780f9139 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/780f9139 Branch: refs/heads/master Commit: 780f91393046fd11129cd9ee5bd10ca1d59286f0 Parents: 8004064 4d3673c Author: Christian Schulte Authored: Sun Jan 8 00:34:58 2017 +0100 Committer: Christian Schulte Committed: Su

[3/4] maven-surefire git commit: [SUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources.

2017-01-07 Thread schulte
/repos/asf/maven-surefire/tree/8004064b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/8004064b Branch: refs/heads/master Commit: 8004064be0f1e40539cd7879aa7752a78af97891 Parents: 6745654 Author: Christian Schulte Authored: Sun Jan 8 00:33:35 2017 +0100 Committer: Christian Schulte

[1/4] maven-surefire git commit: [SUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources.

2017-01-07 Thread schulte
ven-surefire/commit/e5a6b9c8 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e5a6b9c8 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e5a6b9c8 Branch: refs/heads/master Commit: e5a6b9c8d4f514100a01dea2acf1fb059e294968 Parents: 66bc4c0 Author: Christian Schulte Autho

[2/4] maven-surefire git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven-surefire

2017-01-07 Thread schulte
efire/tree/67456544 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/67456544 Branch: refs/heads/master Commit: 6745654499f086cd9b21b67026bbaf6e195edfb7 Parents: e5a6b9c 201a313 Author: Christian Schulte Authored: Sun Jan 8 00:30:24 2017 +0100 Committer: Christian Schulte Committed: Su

maven-surefire git commit: o Updated to correct issues introduced by latest commits. I did not notice the merge commits also had simple-merge file changes.

2017-01-07 Thread schulte
http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d580f672 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d580f672 Branch: refs/heads/master Commit: d580f672bad6bb234309890f30dc0c8a83a427d8 Parents: 780f913 Author: Christian Schulte Authored: Sun Jan 8 01:12:09 2017

svn commit: r1777861 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/xml/ test/java/org/apache/maven/shared/utils/xml/

2017-01-07 Thread schulte
Author: schulte Date: Sun Jan 8 04:10:41 2017 New Revision: 1777861 URL: http://svn.apache.org/viewvc?rev=1777861&view=rev Log: [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. o Updated the 'XMLWriter' interface m

svn commit: r1777862 - in /maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/xml: PrettyPrintXMLWriter.java Xpp3Dom.java

2017-01-07 Thread schulte
Author: schulte Date: Sun Jan 8 04:13:22 2017 New Revision: 1777862 URL: http://svn.apache.org/viewvc?rev=1777862&view=rev Log: [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. o Removed an incorrect '@throws' tag from

svn commit: r1777864 - /maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/xml/Xpp3Dom.java

2017-01-07 Thread schulte
Author: schulte Date: Sun Jan 8 04:41:30 2017 New Revision: 1777864 URL: http://svn.apache.org/viewvc?rev=1777864&view=rev Log: [MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors. o Updated to restore JDK compatibility by removing call

[2/2] maven-surefire git commit: [MSUREFIRE-1326] Upgrade maven-shared-utils to 3.2.0.

2017-01-07 Thread schulte
-surefire/tree/18018cce Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/18018cce Branch: refs/heads/master Commit: 18018cce343fb8394f017b867b277378c5774405 Parents: cc09759 Author: Christian Schulte Authored: Sun Jan 8 06:03:57 2017 +0100 Committer: Christian Schulte Committed: Sun

[1/2] maven-surefire git commit: [MSUREFIRE-1324] Surefire incorrectly suppresses exceptions when closing resources.

2017-01-07 Thread schulte
ven-surefire/commit/cc09759a Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/cc09759a Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/cc09759a Branch: refs/heads/master Commit: cc09759a9adfa1de4ce968fa8745fc305b7c52e3 Parents: d580f67 Author: Christian Schu

maven-surefire git commit: [MSUREFIRE-1326] Upgrade maven-shared-utils to 3.2.0.

2017-01-07 Thread schulte
a55c7 Parents: 18018cc Author: Christian Schulte Authored: Sun Jan 8 07:44:59 2017 +0100 Committer: Christian Schulte Committed: Sun Jan 8 07:44:59 2017 +0100 -- maven-failsafe-plugin/pom.xml | 1 + 1 file changed

maven git commit: [MNG-5629] ClosedChannelException from DefaultUpdateCheckManager.read

2017-01-09 Thread schulte
n/tree/ca1179ce Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ca1179ce Branch: refs/heads/MNG-5629 Commit: ca1179ce6ab6ed78fe755e2b97f7e0c01ea91361 Parents: e51fc87 Author: Christian Schulte Authored: Fri Dec 11 21:42:09 2015 +0100 Committer: Christian Schulte Committed: Mon Jan 9

maven-integration-testing git commit: [MNG-5958] restore binary compatibility of Lifecycle.setPhases

2017-01-09 Thread schulte
: 8852538208e508fdc7b58d6332ca683bfc0c9373 Parents: f31241a Author: Anton Tanasenko Authored: Thu Jan 7 04:01:28 2016 +0200 Committer: Christian Schulte Committed: Tue Jan 10 00:15:52 2017 +0100 -- .../apache/maven/it/IntegrationTestSuite.java | 1

maven git commit: [MNG-5958] restore binary compatibility of Lifecycle.setPhases

2017-01-09 Thread schulte
t-wip-us.apache.org/repos/asf/maven/diff/71ada089 Branch: refs/heads/MNG-5958 Commit: 71ada08978c78d3b1416f0cf4f63942dddb171d9 Parents: e51fc87 Author: Stuart McCulloch Authored: Wed Jan 6 11:23:06 2016 + Committer: Christian Schulte Committed: Tue Jan 10 00:10:55 2017

maven-integration-testing git commit: [MNG-5958] restore binary compatibility of Lifecycle.setPhases

2017-01-15 Thread schulte
mit: 1e4c7c36bd1d7fb4bc0a1a6335c4778ee58a664e Parents: 8852538 Author: Anton Tanasenko Authored: Mon Jan 16 01:01:28 2017 +0200 Committer: Christian Schulte Committed: Mon Jan 16 02:35:46 2017 +0100 -- .../apache/maven

[1/3] maven-integration-testing git commit: [MNG-3599] The upgrade of Wagon to 2.10 breaks the test using older versions of wagon [Forced Update!]

2017-01-15 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/MNG-5958 1e4c7c36b -> 2fd74ac6d (forced update) [MNG-3599] The upgrade of Wagon to 2.10 breaks the test using older versions of wagon - Need to use `--legacy-local-repository` on newer maven versions (noting workaround as MNG-

[3/3] maven-integration-testing git commit: [MNG-5958] restore binary compatibility of Lifecycle.setPhases

2017-01-15 Thread schulte
:01:28 2016 +0200 Committer: Christian Schulte Committed: Mon Jan 16 02:37:07 2017 +0100 -- .../apache/maven/it/IntegrationTestSuite.java | 2 + .../MavenITmng5805PkgTypeMojoConfiguration.java | 2

[2/3] maven-integration-testing git commit: [MNG-6155] The mirror's id is used when comparing the origin so use the same id as when resolving the extension

2017-01-15 Thread schulte
[MNG-6155] The mirror's id is used when comparing the origin so use the same id as when resolving the extension Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/6c86dc6f Tree: http://g

[2/2] maven git commit: Merge branch 'MNG-5629'

2017-01-15 Thread schulte
anch: refs/heads/master Commit: c6c5192d4bcb50c1aab6fade53dfb9c2f3d9b7e7 Parents: a83296d ca1179c Author: Christian Schulte Authored: Mon Jan 16 03:16:49 2017 +0100 Committer: Christian Schulte Committed: Mon Jan 16 03:16:49

[1/2] maven git commit: [MNG-5629] ClosedChannelException from DefaultUpdateCheckManager.read

2017-01-15 Thread schulte
aven/tree/ca1179ce Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ca1179ce Branch: refs/heads/master Commit: ca1179ce6ab6ed78fe755e2b97f7e0c01ea91361 Parents: e51fc87 Author: Christian Schulte Authored: Fri Dec 11 21:42:09 2015 +0100 Committer: Christian Schulte Committed: Mon Ja

[maven] Git Push Summary

2017-01-15 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-5629 [deleted] ca1179ce6

maven git commit: Updated to use the MNG-5958 IT branch.

2017-01-20 Thread schulte
/repos/asf/maven/tree/2ce9e5ea Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2ce9e5ea Branch: refs/heads/MNG-5958-jenkinsfile Commit: 2ce9e5ea8032031845f66484c50440b566e5a4c5 Parents: 71ada08 Author: Christian Schulte Authored: Fri Jan 20 21:42:14 2017 +0100 Committer: Christian Schulte

maven git commit: [MNG-2199] Support version ranges in parent elements

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven/tree/944e0806 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/944e0806 Branch: refs/heads/MNG-2199 Commit: 944e0806de41881f009ec84796ed6b8b5b7a8f61 Parents: d413296 Author: Christian Schulte Authored: Sat Dec 12 20:28:56 2015 +0100 Committer: Christian

maven-integration-testing git commit: [MNG-2199] Support version ranges in parent elements

2017-01-21 Thread schulte
7b6929d8f75ae1a232c252af8fe28cbc Parents: 6c86dc6 Author: Christian Schulte Authored: Sat Dec 12 19:25:15 2015 +0100 Committer: Christian Schulte Committed: Sat Jan 21 15:49:57 2017 +0100 -- .../MavenITmng2199ParentVersionRangeTest.jav

maven git commit: o Updated to run the core integration tests from the MNG-2199 branch.

2017-01-21 Thread schulte
: http://git-wip-us.apache.org/repos/asf/maven/tree/f47f810f Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f47f810f Branch: refs/heads/MNG-2199-jenkinsfile Commit: f47f810f4657971ea402fca63f0f230ed59f408b Parents: 944e080 Author: Christian Schulte Authored: Sat Jan 21 16:41:45 2017 +0100

[1/2] maven git commit: [MNG-2199] Support version ranges in parent elements [Forced Update!]

2017-01-21 Thread schulte
cda Parents: d413296 Author: Christian Schulte Authored: Sat Dec 12 20:28:56 2015 +0100 Committer: Christian Schulte Committed: Sat Jan 21 18:57:40 2017 +0100 -- .../maven/project/DefaultProjectBuilder.java|

[2/2] maven git commit: o Updated to run the core integration tests from the MNG-2199 branch.

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven/diff/9c47113f Branch: refs/heads/MNG-2199-jenkinsfile Commit: 9c47113f3bf24da9ecf1e2c0ae85ca6b1c3fe537 Parents: a65b71d Author: Christian Schulte Authored: Sat Jan 21 16:41:45 2017 +0100 Committer: Christian Schulte Committed: Sat Jan 21 18:59:54 2017 +0100

maven git commit: [MNG-2199] Support version ranges in parent elements [Forced Update!]

2017-01-21 Thread schulte
hor: Christian Schulte Authored: Sat Dec 12 20:28:56 2015 +0100 Committer: Christian Schulte Committed: Sat Jan 21 18:57:40 2017 +0100 -- .../maven/project/DefaultProjectBuilder.java| 71 -- .../proj

maven-integration-testing git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2017-01-21 Thread schulte
: ac356af62a71480b495aa0f4310ad28bf857637e Parents: 6c86dc6 Author: Christian Schulte Authored: Sun Dec 20 19:34:40 2015 +0100 Committer: Christian Schulte Committed: Sat Jan 21 19:10:47 2017 +0100 -- .../apache/maven/it/IntegrationTestSuite.java | 1

maven git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2017-01-21 Thread schulte
/b20e9201 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b20e9201 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/b20e9201 Branch: refs/heads/MNG-5359-jenkinsfile Commit: b20e9201c4f97fa10aa6bad7c232f3dd6e5c150f Parents: d413296 Author: Christian Schulte Authored: Sun Dec 20 19:32:57

[maven] Git Push Summary

2017-01-21 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-5359 [created] b20e9201c

maven git commit: o Updated to run the core ITs from the MNG-5359 branch.

2017-01-21 Thread schulte
git-wip-us.apache.org/repos/asf/maven/tree/fb392fa3 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fb392fa3 Branch: refs/heads/MNG-5359-jenkinsfile Commit: fb392fa39db04b59bb7364d67c47f7ee10bdaf88 Parents: b20e920 Author: Christian Schulte Authored: Sat Jan 21 19:35:54 2017 +0100 Commit

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

2017-01-21 Thread schulte
935 Commit: 584c82a914af84125f9d0a0fc430ba953c69f339 Parents: 6c86dc6 Author: Christian Schulte Authored: Wed Jan 27 08:09:55 2016 +0100 Committer: Christian Schulte Committed: Sat Jan 21 22:35:08 2017 +0100 -- .../apache/maven/it/IntegrationTestSuite.ja

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

2017-01-21 Thread schulte
/f3ee0b64 Branch: refs/heads/MNG-5227+MNG-5935 Commit: f3ee0b6400e603e6ca8dea7684335d747ed3e0de Parents: 68317b7 Author: Christian Schulte Authored: Thu Feb 11 08:45:19 2016 +0100 Committer: Christian Schulte Committed: Sat Jan 21 22:30:32 2017 +0100

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

2017-01-21 Thread schulte
http://git-wip-us.apache.org/repos/asf/maven/tree/68317b75 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/68317b75 Branch: refs/heads/MNG-5227+MNG-5935 Commit: 68317b75e50c943cda87503dbc2481890b21b716 Parents: d413296 Author: Christian Schulte Authored: Wed Jan 27 03:46:11 2016 +0100

maven git commit: o Updated the Jenkinsfile to run the core ITs from the MNG-5227+MNG-5935 branch.

2017-01-21 Thread schulte
/commit/1a223766 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1a223766 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/1a223766 Branch: refs/heads/MNG-5227+MNG-5935-jenkinsfile Commit: 1a223766937a4b36745bf3b0468891c336d55bce Parents: f3ee0b6 Author: Christian Schulte Authored: Sat

[2/2] maven-integration-testing git commit: [MNG-6079] 3.4 regression: cannot override version of a dependencyManagement in a submodule any more

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven-integration-testing/tree/a21feadb Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/a21feadb Branch: refs/heads/MNG-5971+MNG-6079 Commit: a21feadb41a4b7bf7686a6829627fa400fd2029a Parents: 2fff86e Author: Christian Schulte Authored: Sat Aug 13

[1/2] maven-integration-testing git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2017-01-21 Thread schulte
: 2fff86e49f8886fc2feaa73d3c2ab38c3bf0a142 Parents: 6c86dc6 Author: Christian Schulte Authored: Sat Feb 20 14:42:20 2016 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:20:53 2017 +0100 -- .../apache/maven/it/IntegrationTestSuite.java

[2/2] maven-integration-testing git commit: [MNG-6079] 3.4 regression: cannot override version of a dependencyManagement in a submodule any more

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven-integration-testing/tree/43ff7024 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/43ff7024 Branch: refs/heads/MNG-5971+MNG-6079 Commit: 43ff70242013d5b3a3f0fdb259b57b1bfa1fafb8 Parents: 9152e44 Author: Christian Schulte Authored: Sat Aug 13

[1/2] maven-integration-testing git commit: [MNG-5971] Imported dependencies should be available to inheritance processing [Forced Update!]

2017-01-21 Thread schulte
mit: 9152e4446ac55fcc2b76d358c96640fcd880b5fc Parents: 6c86dc6 Author: Christian Schulte Authored: Sat Feb 20 14:42:20 2016 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:36:49 2017 +0100 -- .../apache/maven

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

2017-01-21 Thread schulte
/diff/b88ce711 Branch: refs/heads/MNG-5971+MNG-6079 Commit: b88ce71150656b5df4d39f778001041336b15cbe Parents: d413296 Author: Christian Schulte Authored: Thu Feb 18 14:07:02 2016 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:24:14 2017 +0100

maven git commit: o Updated the Jenkinsfile to run the core ITs from the MNG-5971+MNG-6079 branch.

2017-01-21 Thread schulte
/commit/dd695aeb Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/dd695aeb Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/dd695aeb Branch: refs/heads/MNG-5971+MNG-6079-jenkinsfile Commit: dd695aeb71c696eb5cd08213ca8138487a702ea7 Parents: b88ce71 Author: Christian Schulte Authored: Sun

maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing [Forced Update!]

2017-01-21 Thread schulte
wip-us.apache.org/repos/asf/maven/diff/4c33ef30 Branch: refs/heads/MNG-5971+MNG-6079 Commit: 4c33ef3001c89944d5da283285615fd867bbc4a6 Parents: d413296 Author: Christian Schulte Authored: Thu Feb 18 14:07:02 2016 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:49:34 2017 +0

[2/2] maven git commit: o Updated the Jenkinsfile to run the core ITs from the MNG-5971+MNG-6079 branch.

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven/diff/dbc9893c Branch: refs/heads/MNG-5971+MNG-6079-jenkinsfile Commit: dbc9893c37ce0e498ea3bc464924e632764b1bb5 Parents: 4c33ef3 Author: Christian Schulte Authored: Sun Jan 22 00:43:13 2017 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:53:20 2017 +0100

[1/2] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing [Forced Update!]

2017-01-21 Thread schulte
git-wip-us.apache.org/repos/asf/maven/diff/4c33ef30 Branch: refs/heads/MNG-5971+MNG-6079-jenkinsfile Commit: 4c33ef3001c89944d5da283285615fd867bbc4a6 Parents: d413296 Author: Christian Schulte Authored: Thu Feb 18 14:07:02 2016 +0100 Committer: Christian Schulte Committed: Sun Jan 22 00:49:34 2

[maven] Git Push Summary

2017-01-21 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-2199-jenkinsfile [deleted] 9c47113f3

[2/2] maven git commit: o Updated to run the core integration tests from the MNG-2199 branch.

2017-01-21 Thread schulte
-us.apache.org/repos/asf/maven/diff/f47f810f Branch: refs/heads/MNG-2199-IT Commit: f47f810f4657971ea402fca63f0f230ed59f408b Parents: 944e080 Author: Christian Schulte Authored: Sat Jan 21 16:41:45 2017 +0100 Committer: Christian Schulte Committed: Sat Jan 21 16:41:45 2017 +0100

[1/2] maven git commit: [MNG-2199] Support version ranges in parent elements

2017-01-21 Thread schulte
-wip-us.apache.org/repos/asf/maven/tree/944e0806 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/944e0806 Branch: refs/heads/MNG-2199-IT Commit: 944e0806de41881f009ec84796ed6b8b5b7a8f61 Parents: d413296 Author: Christian Schulte Authored: Sat Dec 12 20:28:56 2015 +0100 Committer: Christian

[maven] Git Push Summary

2017-01-21 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-5227+MNG-5935-jenkinsfile [deleted] 1a2237669

maven git commit: o Updated the Jenkinsfile to run the core ITs from the MNG-5227+MNG-5935 branch.

2017-01-21 Thread schulte
/1a223766 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1a223766 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/1a223766 Branch: refs/heads/MNG-5227+MNG-5935-IT Commit: 1a223766937a4b36745bf3b0468891c336d55bce Parents: f3ee0b6 Author: Christian Schulte Authored: Sat Jan 21 22:40:53

maven git commit: Updated to use the MNG-5958 IT branch.

2017-01-21 Thread schulte
/maven/tree/2ce9e5ea Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2ce9e5ea Branch: refs/heads/MNG-5958-IT Commit: 2ce9e5ea8032031845f66484c50440b566e5a4c5 Parents: 71ada08 Author: Christian Schulte Authored: Fri Jan 20 21:42:14 2017 +0100 Committer: Christian Schulte Committed: Fri Jan

[maven] Git Push Summary

2017-01-21 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-5958-jenkinsfile [deleted] 2ce9e5ea8

[maven] Git Push Summary

2017-01-21 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-5971+MNG-6079-jenkinsfile [deleted] dbc9893c3

  1   2   3   4   5   6   7   8   9   10   >