maven git commit: [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master 46c158147 -> 5a462344f [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life

[maven] Git Push Summary

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-6014 [deleted] d9450a68b

[3/4] maven git commit: [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler f

2017-01-30 Thread khmarbaise
[MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life cycle it does not make sense. o Removed entry from artifact-handlers.apt site.

[1/4] maven git commit: [MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" [Forced Update!]

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-6068 96eeb1186 -> 1f0493431 (forced update) [MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe58646

[2/4] maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-30 Thread khmarbaise
[MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46c15814 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/46c15814 Diff: http://git-wip-us.apach

[4/4] maven git commit: [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment.

2017-01-30 Thread khmarbaise
[MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f049343 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f04934

maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5829 [created] e91a8663a [MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This cl

maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5852 [created] 53a190bf4 [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50.

maven git commit: [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment.

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master 5a462344f -> 1f0493431 [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/mave

[maven] Git Push Summary

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-6068 [deleted] 1f0493431

maven git commit: MNG-5297 improved explanations on prerequisites.maven in Maven 3

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/MNG-5297 [created] 77e54fa3d MNG-5297 improved explanations on prerequisites.maven in Maven 3 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/77e54fa3 Tree: http://git-wip-us.a

svn commit: r1780901 - /maven/site/trunk/content/apt/guides/mini/guide-creating-archetypes.apt

2017-01-30 Thread khmarbaise
Author: khmarbaise Date: Mon Jan 30 11:39:50 2017 New Revision: 1780901 URL: http://svn.apache.org/viewvc?rev=1780901&view=rev Log: Removed wrong reference to ibiblio. Modified: maven/site/trunk/content/apt/guides/mini/guide-creating-archetypes.apt Modified: maven/site/trunk/content/apt/guid

maven git commit: [MNG-6068] Document default scope compile in XSD o Improved description.

2017-01-30 Thread khmarbaise
Repository: maven Updated Branches: refs/heads/master 1f0493431 -> 8c7ce5557 [MNG-6068] Document default scope compile in XSD o Improved description. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8c7ce555 Tree: http://g

[1/2] maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 8c7ce5557 -> 135102022 [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50

[2/2] maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread michaelo
[MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: h

maven git commit: [MNG-5962] mvn.cmd fails when the current directory has spaces in between

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5962 [created] 842b07be9 [MNG-5962] mvn.cmd fails when the current directory has spaces in between Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/842b07be Tree: http://gi

maven git commit: [MNG-5963] mvn.cmd does not return ERROR_CODE

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-5963 [created] 1bc69ff93 [MNG-5963] mvn.cmd does not return ERROR_CODE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1bc69ff9 Tree: http://git-wip-us.apache.org/repos/as

maven git commit: [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6001 [created] d426bf9c6 [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d426bf9c Tree: http://git-wip-us.apache.or

maven-archetype git commit: [ARCHETYPE-358] Following mirror configuration from settings.xml

2017-01-30 Thread rfscholte
Repository: maven-archetype Updated Branches: refs/heads/master 933180233 -> cc7f9bc43 [ARCHETYPE-358] Following mirror configuration from settings.xml Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/cc

maven-archetype git commit: [ARCHETYPE-433] Remove unused archetype registry stuff

2017-01-30 Thread rfscholte
Repository: maven-archetype Updated Branches: refs/heads/master cc7f9bc43 -> e81651025 [ARCHETYPE-433] Remove unused archetype registry stuff Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/e8165102 Tre

[04/18] maven git commit: [MNG-6145] Remove non-existent m2 include in component.xml

2017-01-30 Thread schulte
[MNG-6145] Remove non-existent m2 include in component.xml Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aecccf9a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aecccf9a Diff: http://git-wip-us.apache.org/repos/asf/

[03/18] maven git commit: [MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value

2017-01-30 Thread schulte
[MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value This closes #86 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/920f10a5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/920f10a5 Di

[09/18] maven git commit: [MNG-6092] warn if prerequisites.maven is used for non-plugin projects

2017-01-30 Thread schulte
[MNG-6092] warn if prerequisites.maven is used for non-plugin projects Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4604c49e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4604c49e Diff: http://git-wip-us.apache.or

[07/18] maven git commit: [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore

2017-01-30 Thread schulte
[MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore * Variable has been removed and replaced with an internal one which cannot be overriden from outside. From now on, it is an implementation detail which it should have been from the beginning. * Cleaned up license header and styl

[14/18] maven git commit: [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment.

2017-01-30 Thread schulte
[MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f049343 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f04934

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

2017-01-30 Thread schulte
[MNG-2199] Support version ranges in parent elements o Updated to fix parent version range resolution broken since 3.2.3 and to remove parent version range resolution logic obsolete since Maven 3.2.3 which changed the initialization of MavenProject instances. o Updated local parent resolution

[06/18] maven git commit: [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts

2017-01-30 Thread schulte
[MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts This commit was previously for MNG-5538 and closes #27. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4337d18a Tree: http://git-wip-us.apache.org/repos/asf/maven

[12/18] maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-30 Thread schulte
[MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46c15814 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/46c15814 Diff: http://git-wip-us.apach

[15/18] maven git commit: [MNG-6068] Document default scope compile in XSD o Improved description.

2017-01-30 Thread schulte
[MNG-6068] Document default scope compile in XSD o Improved description. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8c7ce555 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8c7ce555 Diff: http://git-wip-us.apache

commits@maven.apache.org

2017-01-30 Thread schulte
[MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe586467 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fe586467 Diff: http://git-wip-us.apache.o

[10/18] maven git commit: [MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end

2017-01-30 Thread schulte
[MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end of the properties list which results in correct behaviour to be able to overwrite properties from command line for

[05/18] maven git commit: Remove Subversion keywords from LICENSE.vm

2017-01-30 Thread schulte
Remove Subversion keywords from LICENSE.vm Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b9285469 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b9285469 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/b9285

[17/18] maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread schulte
[MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git

[16/18] maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread schulte
[MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: h

[02/18] maven git commit: [MNG-6147] MetadataResolutionResult#getGraph() contains duplicate if clause

2017-01-30 Thread schulte
[MNG-6147] MetadataResolutionResult#getGraph() contains duplicate if clause Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f53f1547 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f53f1547 Diff: http://git-wip-us.apac

[01/18] maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe [Forced Update!]

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-2199 99e2287a5 -> 85e96e3f3 (forced update) [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones: av

[08/18] maven git commit: [MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement

2017-01-30 Thread schulte
[MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/017dcaf2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0

[13/18] maven git commit: [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler

2017-01-30 Thread schulte
[MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life cycle it does not make sense. o Removed entry from artifact-handlers.apt site.

[14/19] maven git commit: [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment.

2017-01-30 Thread schulte
[MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f049343 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f04934

commits@maven.apache.org

2017-01-30 Thread schulte
[MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe586467 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fe586467 Diff: http://git-wip-us.apache.o

[16/19] maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread schulte
[MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: h

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

2017-01-30 Thread schulte
[MNG-2199] Support version ranges in parent elements o Updated to fix parent version range resolution broken since 3.2.3 and to remove parent version range resolution logic obsolete since Maven 3.2.3 which changed the initialization of MavenProject instances. o Updated local parent resolution

[06/19] maven git commit: [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts

2017-01-30 Thread schulte
[MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts This commit was previously for MNG-5538 and closes #27. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4337d18a Tree: http://git-wip-us.apache.org/repos/asf/maven

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

2017-01-30 Thread schulte
o Updated to run the core integration tests from the MNG-2199 branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ab932447 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ab932447 Diff: http://git-wip-us.apache.org

[17/19] maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread schulte
[MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git

[01/19] maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe [Forced Update!]

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-2199-IT 7ae42d7b2 -> ab9324475 (forced update) [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones:

[04/19] maven git commit: [MNG-6145] Remove non-existent m2 include in component.xml

2017-01-30 Thread schulte
[MNG-6145] Remove non-existent m2 include in component.xml Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aecccf9a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aecccf9a Diff: http://git-wip-us.apache.org/repos/asf/

[05/19] maven git commit: Remove Subversion keywords from LICENSE.vm

2017-01-30 Thread schulte
Remove Subversion keywords from LICENSE.vm Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b9285469 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b9285469 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/b9285

[03/19] maven git commit: [MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value

2017-01-30 Thread schulte
[MNG-6144] DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value This closes #86 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/920f10a5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/920f10a5 Di

[10/19] maven git commit: [MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end

2017-01-30 Thread schulte
[MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end of the properties list which results in correct behaviour to be able to overwrite properties from command line for

[02/19] maven git commit: [MNG-6147] MetadataResolutionResult#getGraph() contains duplicate if clause

2017-01-30 Thread schulte
[MNG-6147] MetadataResolutionResult#getGraph() contains duplicate if clause Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f53f1547 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f53f1547 Diff: http://git-wip-us.apac

[09/19] maven git commit: [MNG-6092] warn if prerequisites.maven is used for non-plugin projects

2017-01-30 Thread schulte
[MNG-6092] warn if prerequisites.maven is used for non-plugin projects Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4604c49e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4604c49e Diff: http://git-wip-us.apache.or

[08/19] maven git commit: [MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement

2017-01-30 Thread schulte
[MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/017dcaf2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0

[07/19] maven git commit: [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore

2017-01-30 Thread schulte
[MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore * Variable has been removed and replaced with an internal one which cannot be overriden from outside. From now on, it is an implementation detail which it should have been from the beginning. * Cleaned up license header and styl

[13/19] maven git commit: [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler

2017-01-30 Thread schulte
[MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life cycle it does not make sense. o Removed entry from artifact-handlers.apt site.

[12/19] maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-30 Thread schulte
[MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46c15814 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/46c15814 Diff: http://git-wip-us.apach

[15/19] maven git commit: [MNG-6068] Document default scope compile in XSD o Improved description.

2017-01-30 Thread schulte
[MNG-6068] Document default scope compile in XSD o Improved description. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8c7ce555 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8c7ce555 Diff: http://git-wip-us.apache

[1/3] maven-integration-testing git commit: Fixed RAT issue about missing license in run-its.bat file. [Forced Update!]

2017-01-30 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/MNG-2199 012d21261 -> 2348fbc31 (forced update) Fixed RAT issue about missing license in run-its.bat file. Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/re

[2/3] maven-integration-testing git commit: Fixed license header in run-its.bat file.

2017-01-30 Thread schulte
Fixed license header in run-its.bat file. 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/63bb5189 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/63bb5189

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

2017-01-30 Thread schulte
[MNG-2199] Support version ranges in parent elements o Updated the ITs to correctly detect parent resolution failures. Maven does not fail the build when it cannot resolve a parent but instead logs a warning message. The ITs never checked the log to contain the warning messages but instead a

maven git commit: [MNG-6003] Drastically reduce JAVA_HOME discovery code

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/MNG-6003 [created] 2678388ea [MNG-6003] Drastically reduce JAVA_HOME discovery code All special handling has been removed. JAVA_HOME must be set properly by the user if necessary. Error messages have been graciously borrowed from the Tomcat start

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

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-2199 85e96e3f3 -> 8229f1395 (forced update) [MNG-2199] Support version ranges in parent elements o Updated to fix parent version range resolution broken since 3.2.3 and to remove parent version range resolution logic obsolete since Maven 3

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

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/MNG-2199-IT ab9324475 -> 60d954499 (forced update) [MNG-2199] Support version ranges in parent elements o Updated to fix parent version range resolution broken since 3.2.3 and to remove parent version range resolution logic obsolete since Maven

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

2017-01-30 Thread schulte
o Updated to run the core integration tests from the MNG-2199 branch. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/60d95449 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/60d95449 Diff: http://git-wip-us.apache.org

svn commit: r18043 - in /release/maven/wagon: wagon-2.10-source-release.zip wagon-2.10-source-release.zip.asc wagon-2.10-source-release.zip.md5 wagon-2.12-source-release.zip wagon-2.12-source-release.

2017-01-30 Thread michaelo
Author: michaelo Date: Mon Jan 30 19:55:02 2017 New Revision: 18043 Log: Maven Wagon 2.12 released Added: release/maven/wagon/wagon-2.12-source-release.zip (with props) release/maven/wagon/wagon-2.12-source-release.zip.asc release/maven/wagon/wagon-2.12-source-release.zip.md5 Remove

svn commit: r1780978 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/test/java/org/apache/maven/plugin/pmd/CpdReportTest.java

2017-01-30 Thread adangel
Author: adangel Date: Mon Jan 30 20:06:19 2017 New Revision: 1780978 URL: http://svn.apache.org/viewvc?rev=1780978&view=rev Log: [MPMD-231] Upgrade to PMD 5.5.3 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml maven/plugins/trunk/maven-pmd-plugin/src/test/java/org/apache/maven/plug

[2/4] maven git commit: [MNG-5963] mvn.cmd does not return ERROR_CODE

2017-01-30 Thread michaelo
[MNG-5963] mvn.cmd does not return ERROR_CODE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1bc69ff9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1bc69ff9 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/1b

[3/4] maven git commit: [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd

2017-01-30 Thread michaelo
[MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d426bf9c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d426bf9c Diff: http://git-wip-us.apache.org/repos/asf/mav

[1/4] maven git commit: [MNG-5962] mvn.cmd fails when the current directory has spaces in between

2017-01-30 Thread michaelo
Repository: maven Updated Branches: refs/heads/master 135102022 -> 2678388ea [MNG-5962] mvn.cmd fails when the current directory has spaces in between Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/842b07be Tree: http://g

[4/4] maven git commit: [MNG-6003] Drastically reduce JAVA_HOME discovery code

2017-01-30 Thread michaelo
[MNG-6003] Drastically reduce JAVA_HOME discovery code All special handling has been removed. JAVA_HOME must be set properly by the user if necessary. Error messages have been graciously borrowed from the Tomcat start scripts. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: ht

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

2017-01-30 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/ab0869fe Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ab0869fe Diff: http://git-wip-us.apache.org/re

[1/3] maven git commit: [MNG-4463] Version ranges cannot be used for artifacts with 'import' scope

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT [created] ab0869fe3 [MNG-4463] Version ranges cannot be used for artifacts with 'import' scope o Extended the 'ModelResolver' interface to support resolving 'Dependency's in addition to 'Parent's. Closes #64 without merging. ITs

[2/3] maven git commit: [MNG-5527] Relocation does not work for imported poms

2017-01-30 Thread schulte
[MNG-5527] Relocation does not work for imported poms Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6f08fa92 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6f08fa92 Diff: http://git-wip-us.apache.org/repos/asf/maven

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

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT-IT [created] 44e1e892b 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/44e1e892 Tree: http://git-w

[1/3] maven-integration-testing git commit: [MNG-4463] Version ranges cannot be used for artifacts with 'import' scope

2017-01-30 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/DEPMGMT-IMPORT [created] 414afe457 [MNG-4463] Version ranges cannot be used for artifacts with 'import' scope Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org

[2/3] maven-integration-testing git commit: [MNG-5527] Dependency management import should support relocations.

2017-01-30 Thread schulte
[MNG-5527] Dependency management import should support relocations. 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/83b4b5b6 Tree: http://git-wip-us.apache.org/repos/asf/maven-integrat

[3/3] maven-integration-testing git commit: [MNG-5600] Dependency management import should support exclusions.

2017-01-30 Thread schulte
[MNG-5600] Dependency management import should support exclusions. 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/414afe45 Tree: http://git-wip-us.apache.org/repos/asf/maven-integrati

maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run.

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT ab0869fe3 -> ebc0d04e9 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/ebc0d04e Tree: http://git-wip-us.apache.

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

2017-01-30 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/baa44d22 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/baa44d22 Diff: http://git-wip-us.apache.org/repos/a

[1/2] maven git commit: o Updated to 3.5.1-SNAPSHOT to make the ITs run. [Forced Update!]

2017-01-30 Thread schulte
Repository: maven Updated Branches: refs/heads/DEPMGMT-IMPORT-IT 44e1e892b -> baa44d221 (forced update) 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/ebc0d04e Tree: http:/

[09/17] maven git commit: [MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment.

2017-01-30 Thread hboutemy
[MNG-6068] Document default scope compile in XSD o Added information about default scope in XSD comment. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f049343 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f04934

commits@maven.apache.org

2017-01-30 Thread hboutemy
[MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&" Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe586467 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fe586467 Diff: http://git-wip-us.apache.o

[05/17] maven git commit: [MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end

2017-01-30 Thread hboutemy
[MNG-6078] Can't overwrite properties which have been defined in .mvn/maven.config o Reversed the order of properties only to get the properties from command line at the end of the properties list which results in correct behaviour to be able to overwrite properties from command line for

[14/17] maven git commit: [MNG-5963] mvn.cmd does not return ERROR_CODE

2017-01-30 Thread hboutemy
[MNG-5963] mvn.cmd does not return ERROR_CODE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1bc69ff9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1bc69ff9 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/1b

[04/17] maven git commit: [MNG-6092] warn if prerequisites.maven is used for non-plugin projects

2017-01-30 Thread hboutemy
[MNG-6092] warn if prerequisites.maven is used for non-plugin projects Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4604c49e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4604c49e Diff: http://git-wip-us.apache.or

[03/17] maven git commit: [MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement

2017-01-30 Thread hboutemy
[MNG-5993] Confusing error message in case of missing/empty artifactId/groupId and version in pluginManagement Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/017dcaf2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0

[11/17] maven git commit: [MNG-5829] mvn shell script fails with syntax error on Solaris 10

2017-01-30 Thread hboutemy
[MNG-5829] mvn shell script fails with syntax error on Solaris 10 Use backticks instead of $(..) for the scripting added in MNG-5767. Solaris's /bin/sh isn't POSIX-compliant enough to recognise the first form. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: h

[01/17] maven git commit: [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts [Forced Update!]

2017-01-30 Thread hboutemy
Repository: maven Updated Branches: refs/heads/MNG-5878 9d28cf1aa -> 604a95f57 (forced update) [MNG-6163] Introduce CLASSWORLDS_JAR in shell startup scripts This commit was previously for MNG-5538 and closes #27. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-w

[13/17] maven git commit: [MNG-5962] mvn.cmd fails when the current directory has spaces in between

2017-01-30 Thread hboutemy
[MNG-5962] mvn.cmd fails when the current directory has spaces in between Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/842b07be Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/842b07be Diff: http://git-wip-us.apache

[10/17] maven git commit: [MNG-6068] Document default scope compile in XSD o Improved description.

2017-01-30 Thread hboutemy
[MNG-6068] Document default scope compile in XSD o Improved description. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8c7ce555 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8c7ce555 Diff: http://git-wip-us.apache

[08/17] maven git commit: [MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler

2017-01-30 Thread hboutemy
[MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life cycle it does not make sense. o Removed entry from artifact-handlers.apt site.

[02/17] maven git commit: [MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore

2017-01-30 Thread hboutemy
[MNG-5607] Don't use M2_HOME in mvn shell/command scripts anymore * Variable has been removed and replaced with an internal one which cannot be overriden from outside. From now on, it is an implementation detail which it should have been from the beginning. * Cleaned up license header and styl

[16/17] maven git commit: [MNG-6003] Drastically reduce JAVA_HOME discovery code

2017-01-30 Thread hboutemy
[MNG-6003] Drastically reduce JAVA_HOME discovery code All special handling has been removed. JAVA_HOME must be set properly by the user if necessary. Error messages have been graciously borrowed from the Tomcat start scripts. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: ht

[15/17] maven git commit: [MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd

2017-01-30 Thread hboutemy
[MNG-6001] Replace %HOME% with %USERPROFILE% in mvn.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d426bf9c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d426bf9c Diff: http://git-wip-us.apache.org/repos/asf/mav

[17/17] maven git commit: [MNG-5878] added project.directory property to support module name != artifactId in every calculated URLs

2017-01-30 Thread hboutemy
[MNG-5878] added project.directory property to support module name != artifactId in every calculated URLs Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/604a95f5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/604a95f5

[07/17] maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2017-01-30 Thread hboutemy
[MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/46c15814 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/46c15814 Diff: http://git-wip-us.apach

[12/17] maven git commit: [MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions

2017-01-30 Thread hboutemy
[MNG-5852] mvn shell script invokes /bin/sh but requires Bash functions 'local' is not POSIX, but supported by most shells. However, it's not supported by Solaris's /bin/sh, so use a subshell instead. This closes #50. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git

[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-30 Thread schulte
[MNG-6079] 3.4 regression: cannot override version of a dependencyManagement in a submodule any more 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/b16408ef Tree: http://git-wip-us.a

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

2017-01-30 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/DEPMGMT-INCLUDE [created] b16408ef1 [MNG-5971] Imported dependencies should be available to inheritance processing Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apach

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

2017-01-30 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

  1   2   3   >