svn commit: r1761333 - in /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/project: deploy/internal/DefaultProjectDeployer.java install/ProjectInstaller.java install/i

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 15:28:09 2016 New Revision: 1761333 URL: http://svn.apache.org/viewvc?rev=1761333&view=rev Log: DefaultProjectDeployer, DefaultProjectInstaller o Changed @Inject into @Requirement ProjectInstaller o Added IllegalArgumentException to interface method. Modified

svn commit: r1761342 - in /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/project: ./ deploy/ deploy/internal/ install/ install/internal/

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 17:18:53 2016 New Revision: 1761342 URL: http://svn.apache.org/viewvc?rev=1761342&view=rev Log: o Using NoFileAssignedException instead of IllegalArgumentException ProjectDeployer, DefaultProjectDeployer, ProjectInstaller, DefaultProjectInstaller. o made

svn commit: r1761345 - in /maven/plugins/trunk/maven-deploy-plugin: ./ src/main/java/org/apache/maven/plugins/deploy/ src/test/java/org/apache/maven/plugins/deploy/ src/test/java/org/apache/maven/plug

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 17:24:00 2016 New Revision: 1761345 URL: http://svn.apache.org/viewvc?rev=1761345&view=rev Log: o DeployMojo Using ProjectDeployer instead of ArtifactDeployer which makes code much more simpler and using ProjectDeployerRequest instead of DeployRequest. o

svn commit: r1761346 - in /maven/plugins/trunk/maven-install-plugin: ./ src/main/java/org/apache/maven/plugin/install/ src/test/java/org/apache/maven/plugin/install/

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 17:26:28 2016 New Revision: 1761346 URL: http://svn.apache.org/viewvc?rev=1761346&view=rev Log: Improved usage of maven-artifact-transfer component: o pom.xml o Remove maven-model dependency. o Added slf4j-api (provided), slf4j-nop in test scope. o Insta

svn commit: r1761349 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 17:53:04 2016 New Revision: 1761349 URL: http://svn.apache.org/viewvc?rev=1761349&view=rev Log: Fixed duplicated license header. Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java Modified: mav

maven-resolver git commit: Added apache-rat-plugin excludes for transport-http

2016-09-18 Thread khmarbaise
Repository: maven-resolver Updated Branches: refs/heads/master 86b838ebd -> 0dc0ccaad Added apache-rat-plugin excludes for transport-http Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/0dc0ccaa Tree: htt

[1/2] maven-surefire git commit: Fix for SUREFIRE-1278 - TestNG tests are run with group name that ends with specified group.

2016-09-18 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master 9c78320b7 -> bab3175e8 Fix for SUREFIRE-1278 - TestNG tests are run with group name that ends with specified group. Configured pom.xml to run only group "group" in order to show the issue. Project: http://git-wip-us.apache.org/r

[2/2] maven-surefire git commit: Fix for SUREFIRE-1278 - TestNG tests are run with group name that ends with specified group.

2016-09-18 Thread tibordigana
Fix for SUREFIRE-1278 - TestNG tests are run with group name that ends with specified group. Configured pom.xml to run only group "group" in order to show the issue. Added IT test class. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/re

svn commit: r1761358 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 20:52:05 2016 New Revision: 1761358 URL: http://svn.apache.org/viewvc?rev=1761358&view=rev Log: Removed maven-artifact and maven-settings cause they are not used. Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml Modified: maven/plugins/trunk/ma

svn commit: r1761361 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 20:58:13 2016 New Revision: 1761361 URL: http://svn.apache.org/viewvc?rev=1761361&view=rev Log: Removed maven-artifact dep cause it's not used. Modified: maven/plugins/trunk/maven-source-plugin/pom.xml Modified: maven/plugins/trunk/maven-source-plugin/pom.

svn commit: r1761362 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/SourceJarNoForkMojo.java

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 20:58:28 2016 New Revision: 1761362 URL: http://svn.apache.org/viewvc?rev=1761362&view=rev Log: Removed duplicated license header. Modified: maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugins/source/SourceJarNoForkMojo.java Mod

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

2016-09-18 Thread khmarbaise
Author: khmarbaise Date: Sun Sep 18 21:05:09 2016 New Revision: 1761363 URL: http://svn.apache.org/viewvc?rev=1761363&view=rev Log: Upgraded resources-plugin version in components. Modified: maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml Modi

[2/3] maven-surefire git commit: Statically import SystemUtils.JAVA_SPECIFICATION_VERSION

2016-09-18 Thread tibordigana
Statically import SystemUtils.JAVA_SPECIFICATION_VERSION Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1090a00a Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1090a00a Diff: http://git-wip

[1/3] maven-surefire git commit: Add convinient method to check for the currently used Java Version

2016-09-18 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master bab3175e8 -> 3680bff6d Add convinient method to check for the currently used Java Version Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f49

[3/3] maven-surefire git commit: Don't compare strings

2016-09-18 Thread tibordigana
Don't compare strings Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/3680bff6 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/3680bff6 Diff: http://git-wip-us.apache.org/repos/asf/maven-sure

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

2016-09-18 Thread hboutemy
Repository: maven Updated Branches: refs/heads/master 625d7b062 -> 950a90ece 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/950a90ec Tree: http://git-wip-us.

svn commit: r1761368 - /maven/site/trunk/content/apt/pom.apt

2016-09-18 Thread hboutemy
Author: hboutemy Date: Sun Sep 18 22:27:12 2016 New Revision: 1761368 URL: http://svn.apache.org/viewvc?rev=1761368&view=rev Log: [MNG-5297] update the into on prerequisites to show the change in Maven 3 Modified: maven/site/trunk/content/apt/pom.apt Modified: maven/site/trunk/content/apt/po

svn commit: r1761369 - /maven/site/trunk/content/filtered-resources/.htaccess

2016-09-18 Thread hboutemy
Author: hboutemy Date: Sun Sep 18 23:07:48 2016 New Revision: 1761369 URL: http://svn.apache.org/viewvc?rev=1761369&view=rev Log: more generic redirect rule for aether.html Modified: maven/site/trunk/content/filtered-resources/.htaccess Modified: maven/site/trunk/content/filtered-resources/.

maven-surefire git commit: fixed build https://builds.apache.org/job/maven-surefire-windows/1142

2016-09-18 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master 3680bff6d -> 689291f67 fixed build https://builds.apache.org/job/maven-surefire-windows/1142 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/