Apache Maven core
Go to file
John Dennis Casey 9c9bcde5f4 [MNG-3193] Adding pointcut and advice to provide backward compat on invalid lifecycle phase names (these bindings will be ignored).
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@593310 13f79535-47bb-0310-9956-ffa450edef68
2007-11-08 21:06:31 +00:00
maven-build-context improve javadoc 2007-09-17 19:21:51 +00:00
maven-core [MNG-3193] Adding pointcut and advice to provide backward compat on invalid lifecycle phase names (these bindings will be ignored). 2007-11-08 21:06:31 +00:00
maven-core-it-runner add a name 2007-09-24 03:59:57 +00:00
maven-embedder Working on cleaning up exceptions and reporting (these changes are from before the break I took to work on memory profiling in maven and plexus). 2007-11-08 20:33:27 +00:00
maven-lifecycle Working on cleaning up exceptions and reporting (these changes are from before the break I took to work on memory profiling in maven and plexus). 2007-11-08 20:33:27 +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 Clean up the caching to use weak hashmaps, to conserve some memory in large builds. 2007-11-08 20:15:20 +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