/[Apache-SVN]
ViewVC logotype

Revision 189612


Jump to revision: Previous Next
Author: jdcasey
Date: Wed Jun 8 17:54:11 2005 UTC (19 years, 5 months ago)
Changed paths: 19
Log Message:
o Started maven-projecthelp-plugin to help with build analysis (this helped me to visualize profile stuff)
   current goals:
     projecthelp:active-profiles
     projecthelp:effective-pom

o Added source attribute to the Profile model class in maven-model, along with code in the normalization utilities (converters from profiles.xml and settings.xml models to maven-model instances) to identify the source of a particular profile.

o Added a activeProfiles cache of the Profiles in effect for the current project, on the MavenProject class



Changed paths

Path Details
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/model/ModelNormalizationUtils.java modified , text changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/project/ExternalProfileInjector.java modified , text changed
Directorymaven/components/trunk/maven-model/maven.mdo modified , text changed
Directorymaven/components/trunk/maven-model/pom.xml modified , text changed
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/pom.xml added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins/projecthelp/ added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins/projecthelp/ActiveProfilesPlugin.java added
Directorymaven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins/projecthelp/EffectivePomPlugin.java added
Directorymaven/components/trunk/maven-plugins/pom.xml modified , text changed
Directorymaven/components/trunk/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java modified , text changed
Directorymaven/components/trunk/maven-project/src/main/java/org/apache/maven/project/MavenProject.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26