/[Apache-SVN]
ViewVC logotype

Revision 163007


Jump to revision: Previous Next
Author: jdcasey
Date: Thu Aug 26 04:40:02 2004 UTC (20 years, 2 months ago)
Changed paths: 20
Log Message:
o Removed GoalDecorationPhase, since goal decoration is now a part of the model
o Removed PluginDownloadPhase, since plugin resolution/download has to be a part of the prereq and pre/postGoal resolution, too
o Changed DefaultMaven to execute the session lifecycle, and the component wiring to likewise wire the DefaultMaven with a session lifecycle manager
o Removed the org.apache.maven.decoration package and its contents, since this is all in the model now
o Fixed the GoalResolutionPhase to verify each goal's plugin in turn as it resolves prereqs, preGoals and postGoals
o Fixed the GoalResolutionPhaseTest to work with the new resolution model
o Added a new createGoalExecutionContext to the MavenTestCase base class, to allow me to inject a MavenProject directly rather than a pom file
o Fixed the MavenLifecycleManagerTest to only expect 4 lifecycle phases, now than the plugin resolution and goal decoration phases are obsoleted
o All builds on local machine, but will depend on plexus-0.17.jar/pom and plexus-artifact-container-1.0-alpha-1.jar/pom to build on beaver
o I uploaded plexus-artifact-container-1.0-alpha-1.jar to ${plexus.home}/dist, but cannot upload POMs due to priveleges problem in poms dir.


Changed paths

Path Details
Directorymaven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/pom.xml modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/decoration/ deleted
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/goal/MavenGoalExecutionContext.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/goal/phase/GoalDecorationPhase.java deleted
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/goal/phase/GoalResolutionPhase.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/goal/phase/PluginDownloadPhase.java deleted
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/session/phase/GoalExecutionPhase.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/test/java/org/apache/maven/MavenTestCase.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/test/java/org/apache/maven/decoration/ deleted
Directorymaven/components/trunk/maven-core/src/test/java/org/apache/maven/lifecycle/MavenLifecycleManagerTest.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/test/java/org/apache/maven/lifecycle/goal/phase/GoalResolutionPhaseTest.java modified , text changed , props changed
Directorymaven/components/trunk/maven-core/src/test/resources/META-INF/maven/plugin.xml modified , text changed , props changed
Directorymaven/components/trunk/maven-core-it/it0006/decorators.xml deleted
Directorymaven/components/trunk/maven-core-it/it0006/goals.txt modified , text changed , props changed
Directorymaven/components/trunk/maven-core-it/it0006/pom.xml modified , text changed , props changed
Directorymaven/components/trunk/mboot.jar modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26