Apache Maven core
Go to file
John Dennis Casey ac8ff20611 Adding project-level ClassRealm, which serves as a nexus for extensions. Extensions are loaded into separate ClassRealm instances, then scanned for components. These ComponentDescriptors are then used to add an import from the extension realm back to the project-session realm, and then the descriptor is added to the container with the project realm as its RealmId. From here, the registerWagons() method has been changed to use the map of projectSessions, and iterates through each project-level realm, setting the lookup-realm, then calling findAndRegisterWagons(..) for each. Also, the plugin manager has been changed to use the project-realm for loading plugins if it exists (the plugin realm becomes a child of the project realm, which should allow plugins to vary by project within a single reactor, though I haven't tested that yet).
Also, shading the embedder to hide the jdom classes, and adjusting the assembly appropriately.

Final thing: I'm rolling back some changes I accidentally made to the CLIManager the other day, which breaks the release plugin because the long options were removed for some reason (save action in Eclipse; don't ask).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@585012 13f79535-47bb-0310-9956-ffa450edef68
2007-10-16 02:59:05 +00:00
maven-build-context improve javadoc 2007-09-17 19:21:51 +00:00
maven-core Adding project-level ClassRealm, which serves as a nexus for extensions. Extensions are loaded into separate ClassRealm instances, then scanned for components. These ComponentDescriptors are then used to add an import from the extension realm back to the project-session realm, and then the descriptor is added to the container with the project realm as its RealmId. From here, the registerWagons() method has been changed to use the map of projectSessions, and iterates through each project-level realm, setting the lookup-realm, then calling findAndRegisterWagons(..) for each. Also, the plugin manager has been changed to use the project-realm for loading plugins if it exists (the plugin realm becomes a child of the project realm, which should allow plugins to vary by project within a single reactor, though I haven't tested that yet). 2007-10-16 02:59:05 +00:00
maven-core-it-runner add a name 2007-09-24 03:59:57 +00:00
maven-embedder Adding project-level ClassRealm, which serves as a nexus for extensions. Extensions are loaded into separate ClassRealm instances, then scanned for components. These ComponentDescriptors are then used to add an import from the extension realm back to the project-session realm, and then the descriptor is added to the container with the project realm as its RealmId. From here, the registerWagons() method has been changed to use the map of projectSessions, and iterates through each project-level realm, setting the lookup-realm, then calling findAndRegisterWagons(..) for each. Also, the plugin manager has been changed to use the project-realm for loading plugins if it exists (the plugin realm becomes a child of the project realm, which should allow plugins to vary by project within a single reactor, though I haven't tested that yet). 2007-10-16 02:59:05 +00:00
maven-lifecycle Added license and schema info. 2007-09-15 10:27:23 +00:00
maven-model MNG-1849 Fix Extension.hashCode() throwing NPE if groupId or artifactId is null 2007-06-01 03:47:31 +00:00
maven-plugin-api o getting to compile, yes i will remove these deps 2007-09-06 00:54:20 +00:00
maven-profile o remove duplicate licenses 2007-09-06 02:32:38 +00:00
maven-project Cleaning up exception wrapping to allow better reporting of errors to end users. Also implementing the beginnings of a new error reporter, and bumping the version of plexus-container-default up to 1.0-alpha-33-SNAPSHOT to improve the accessibility to ClassRealm info for ComponentLookupException. 2007-10-13 00:10:29 +00:00
maven-reporting-api o move the reporting api up a level to sit peer to the plugin api 2007-09-06 00:24:50 +00:00
src/main/assembly produce a source assembly as part of the release 2007-06-15 03:10:55 +00:00
README.txt o point people at the website 2006-11-23 20:46:24 +00:00
ant-contrib-1.0b2.jar Merge maven.new for latest plexus classworlds and container APIs 2006-12-07 00:17:53 +00:00
build.properties Cleaning up exception wrapping to allow better reporting of errors to end users. Also implementing the beginnings of a new error reporter, and bumping the version of plexus-container-default up to 1.0-alpha-33-SNAPSHOT to improve the accessibility to ClassRealm info for ComponentLookupException. 2007-10-13 00:10:29 +00:00
build.xml [MNG-3088] s/maven/apache-maven/ in the assembly 2007-09-08 23:42:20 +00:00
doap_Maven.rdf o trying out a GIT commit 2007-09-29 19:46:45 +00:00
pom.xml rolling p-c-d version back down to -alpha-32, since this exception improvement from -alpha-33-snap isn't critical ATM. 2007-10-15 14:17:39 +00:00

README.txt

See: 

http://maven.apache.org/guides/development/guide-building-m2.html