svn commit: r1658152 - in /maven/plugins/trunk/maven-jdeps-plugin/src: main/java/org/apache/maven/plugin/jdeps/ main/java/org/apache/maven/plugin/jdeps/consumers/ test/java/org/apache/maven/plugin/jde

2015-02-08 Thread rfscholte
Author: rfscholte Date: Sun Feb 8 12:00:00 2015 New Revision: 1658152 URL: http://svn.apache.org/r1658152 Log: Add consumption of profiles Modified: maven/plugins/trunk/maven-jdeps-plugin/src/main/java/org/apache/maven/plugin/jdeps/AbstractJDepsMojo.java

svn commit: r1658283 - /maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/MavenArchetypeMojo.java

2015-02-08 Thread bimargulies
Author: bimargulies Date: Mon Feb 9 01:04:18 2015 New Revision: 1658283 URL: http://svn.apache.org/r1658283 Log: * no jira * removed some warnings. Modified: maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/MavenArchetypeMojo.java Modified:

[2/2] maven git commit: Experimenting with Munge to chop out deprecated code for a Maven 4.x codebase

2015-02-08 Thread jvanzyl
Experimenting with Munge to chop out deprecated code for a Maven 4.x codebase I will try and collect all deprecated code at the bottom of classes with Munge markers and use this in conjunction with a definitive list of classes to be purged in order to use one code line to safely experiment with

[1/2] maven git commit: No longer need the settings decrypter

2015-02-08 Thread jvanzyl
Repository: maven Updated Branches: refs/heads/master dd5eb31a0 - 103f6418c No longer need the settings decrypter Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d6e9226b Tree:

maven git commit: Fold back into MavenRepositorySystem and work from there to clean up all references to the legacy system and Settings.

2015-02-08 Thread jvanzyl
Repository: maven Updated Branches: refs/heads/master 2d34e67ee - dd5eb31a0 Fold back into MavenRepositorySystem and work from there to clean up all references to the legacy system and Settings. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

maven git commit: First pass at cleaning up MavenExecutionRequestPopulator and its use.

2015-02-08 Thread jvanzyl
Repository: maven Updated Branches: refs/heads/master d745f8c47 - 2d34e67ee First pass at cleaning up MavenExecutionRequestPopulator and its use. Push MavenExecutionRequestPopulator down to only operate in the MavenCli. Two of the three methods were already called from MavenCli so now all of