maven/maven-mboot2
John Dennis Casey 10b55add40 o Created non-abstract base class for DefaultArtifactFactory to extend, called ArtifactConstructionSupport, which provides centralized means for constructing artifacts consistently without all the maven-core specific methods. These maven-core specifics not delegate to the generic methods provided in this new class.
o Adjusted the maven-archetype stuff to work with the new artifact creation/resolution/etc. methods in maven-artifact and maven-core.
o Removed all direct construction of DefaultArtifact and replaced with ArtifactConstructionSupport where it would have involved putting the DefaultArtifactFactory in the plexus.xml, and where the code doesn't need dependency-oriented methods.
o Archetype works now, using the example provided in plexus/plexus-site/src/site/apt/building-plexus-applications.apt


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163615 13f79535-47bb-0310-9956-ffa450edef68
2005-03-18 22:02:09 +00:00
..
src/main/java o Created non-abstract base class for DefaultArtifactFactory to extend, called ArtifactConstructionSupport, which provides centralized means for constructing artifacts consistently without all the maven-core specific methods. These maven-core specifics not delegate to the generic methods provided in this new class. 2005-03-18 22:02:09 +00:00
.cvsignore Remove mboot.jar 2004-07-27 12:06:08 +00:00
build Use $JAVA_HOME for javac and jar command instead of version in $PATH 2004-12-15 13:23:43 +00:00
build.bat Fix mboot build. 2004-12-06 10:46:36 +00:00
manifest.txt o just packaging up stuff better, removing unused code. 2004-12-05 04:12:25 +00:00
pom.xml flip pom format 2005-03-10 01:35:25 +00:00