Apache Maven core
Go to file
Kenney Westerhof b61fba1d5f Implemented embedder extensions. You can register a set of URLs that
are scanned for components, after the container is started, that
will override any core components defined.

o Updated (Default)MavenEmbedRequest with a getter/setter for the extension list;

o Updated the MavenEmbedder to scan the extensions.

o Added testcase: dummy component implementation and components.xml to specify
  the override. 
  
o Also added pom.properties since running unit tests in an IDE
  will fail because the pom.properties is generated only inside the archive,
  and with project references inside the IDE that resource is not available.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@496904 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 00:46:49 +00:00
maven-artifact Add javadocs 2006-07-28 16:21:35 +00:00
maven-artifact-ant Update dependency on plexus-container-default to 1.0-alpha-16-SNAPSHOT to fix child 2007-01-06 04:03:24 +00:00
maven-artifact-manager o check to make sure that system scoped artifacts are not null before checking if they exist. 2007-01-11 03:41:08 +00:00
maven-artifact-test POM cleanup, remove inherited fields, added license and xsd 2006-07-07 12:23:28 +00:00
maven-cli m2.bat no longer exists 2007-01-16 05:04:25 +00:00
maven-core Fixing NPE's related to a reactor manager that doesn't exist (in the case of a build error, f.e.). 2007-01-15 17:03:48 +00:00
maven-embedder Implemented embedder extensions. You can register a set of URLs that 2007-01-17 00:46:49 +00:00
maven-error-diagnostics POM cleanup, remove inherited fields, added license and xsd 2006-07-07 12:23:28 +00:00
maven-model o Fix typos in descriptions. 2007-01-14 21:10:03 +00:00
maven-monitor POM cleanup, remove inherited fields, added license and xsd 2006-07-07 12:23:28 +00:00
maven-plugin-api MNG-2461: Write JavaDoc documentation 2006-10-21 15:06:42 +00:00
maven-plugin-descriptor Merge maven.new for latest plexus classworlds and container APIs 2006-12-07 00:17:53 +00:00
maven-plugin-parameter-documenter Consolidating modello plugin configuration into parent-pom within pluginManagement. 2006-07-12 16:31:25 +00:00
maven-plugin-registry o lining up all the uses of modello and using 1.0-alpha-13 of the modello plugin everywhere 2007-01-07 19:13:33 +00:00
maven-profile o lining up all the uses of modello and using 1.0-alpha-13 of the modello plugin everywhere 2007-01-07 19:13:33 +00:00
maven-project [MNG-2745,MNG-2753] more completely remove env vars - no point in populating them if they are never used 2007-01-10 04:40:39 +00:00
maven-reporting move plugin tools and reporting implementation to shared 2006-10-21 02:16:02 +00:00
maven-repository-metadata Consolidating modello plugin configuration into parent-pom within pluginManagement. 2006-07-12 16:31:25 +00:00
maven-repository-tools POM cleanup, remove inherited fields, added license and xsd 2006-07-07 12:23:28 +00:00
maven-script using latest release of the bsh factory from plexus, rather than a snapshot...if this is wrong for some reason, roll this back. 2006-12-07 16:19:28 +00:00
maven-settings o lining up all the uses of modello and using 1.0-alpha-13 of the modello plugin everywhere 2007-01-07 19:13:33 +00:00
maven-tools MNG-2722 Create a strategy for providing sane default values in the MavenExecutionRequest 2006-12-31 19:20:44 +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 o lining up all the uses of modello and using 1.0-alpha-13 of the modello plugin everywhere 2007-01-07 19:13:33 +00:00
build.sh o the joys of using ant to bootstrap :-) It's staring to look like a real ant build! 2006-12-11 01:33:39 +00:00
build.xml Adding codehaus repository element to all plexus libs, in case they go to a snapshot version...then, it'll use the snapshots.repository.codehaus.org properly. 2007-01-12 18:09:03 +00:00
ci.sh o updating plexus and classworlds with latest releases 2006-12-30 06:34:51 +00:00
doap_Maven.rdf adjust name 2006-11-22 00:08:32 +00:00
pom.xml o little example of using the source plugin to create aggregate source jars and having the source jars be installed with normal install/deploy 2007-01-15 01:30:57 +00:00

README.txt

See: 

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