Apache Maven core
Go to file
John Dennis Casey a1f995029a cleaning up NPE in the realm manager, and adding clear() method calls to the embedder to cleanup the realm manager after it's used, to try to keep the number of open realms to a minimum...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@592222 13f79535-47bb-0310-9956-ffa450edef68
2007-11-06 01:34:38 +00:00
maven-build-context improve javadoc 2007-09-17 19:21:51 +00:00
maven-core cleaning up NPE in the realm manager, and adding clear() method calls to the embedder to cleanup the realm manager after it's used, to try to keep the number of open realms to a minimum... 2007-11-06 01:34:38 +00:00
maven-core-it-runner add a name 2007-09-24 03:59:57 +00:00
maven-embedder cleaning up NPE in the realm manager, and adding clear() method calls to the embedder to cleanup the realm manager after it's used, to try to keep the number of open realms to a minimum... 2007-11-06 01:34:38 +00:00
maven-lifecycle Added license and schema info. 2007-09-15 10:27:23 +00:00
maven-model [MNG-3240] maven-model RepositoryBase.equals() causes ClassCastException 2007-10-19 16:52:49 +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 removing jdom from the core for the embedder and we will soon have a different tool for writing out POMs, trying to slim 2007-10-18 18:05:59 +00:00
maven-project [MNG-3272] Fixing URI construction for reading the super-POM in cases where maven is in a directory structure where there are spaces in the path. 2007-11-05 21:40:11 +00:00
maven-reporting-api o dump doxia to release version 2007-10-23 08:27:25 +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 Switching back to selectively import extensions into a project-specific ClassRealm, except this time extension realms will be shared (the origin of the aforementioned imports) to conserve memory tied up by classloading. Similarly, plugin realms are managed using a key produced from g🅰️v of the plugin, plus the hashcode of all g🅰️v of the plugin-level dependencies aggregated into one string, to distinguish the deploy plugin 2.0 with no deps from the deploy plugin 2.0 with a plugin-level dep on wagon-webdav. Plugin realms have their parent realms managed by the pluginManager now prior to lookup or execution of the mojo instance, and PluginDescriptor.(classRealm|artifacts) attributes are set for each execution. Likewise, the MavenPluginCollector now tracks plugin descriptors with their version information included, instead of just using g:a. 2007-11-02 16:44:00 +00:00
build.xml Bake compat-aspect weaving into the build for all profiles, to alleviate problems with the non-standard embedder creation. 2007-10-31 19:52:38 +00:00
doap_Maven.rdf o trying out a GIT commit 2007-09-29 19:46:45 +00:00
pom.xml Switching back to selectively import extensions into a project-specific ClassRealm, except this time extension realms will be shared (the origin of the aforementioned imports) to conserve memory tied up by classloading. Similarly, plugin realms are managed using a key produced from g🅰️v of the plugin, plus the hashcode of all g🅰️v of the plugin-level dependencies aggregated into one string, to distinguish the deploy plugin 2.0 with no deps from the deploy plugin 2.0 with a plugin-level dep on wagon-webdav. Plugin realms have their parent realms managed by the pluginManager now prior to lookup or execution of the mojo instance, and PluginDescriptor.(classRealm|artifacts) attributes are set for each execution. Likewise, the MavenPluginCollector now tracks plugin descriptors with their version information included, instead of just using g:a. 2007-11-02 16:44:00 +00:00

README.txt

See: 

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