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
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: http://git-wip-us.apache.org/repos/asf/maven
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: http://git-wip-us.apache.org/
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
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:
maven
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
maven/plugins/trunk/maven-jdeps