Apache Maven core
Go to file
Jason van Zyl cc1ca10d74 o separating out the MavenEmbedderProjectWithExtensionReadingTest which shows that the artifacts handlers must be loaded up-front
in the readProjectWithDependencies method because it is not being done in the core unless projects are executed. So Milos' assertion
  is correct. I'm now looking at a layered approach for project resolution and then execution so that the readProjectWithDependencies
  (which is essential for IDE integration) will yield something that can be pushed into the lifecycle executor. Right now there
  is much duplication which makes the IDE integration crappy.

  Another result of this is trying to create a simple IDE import model that gives back client code the fully resolved, topo sorted
  set of projects which point to binary dependencies outside the reactor, and to source folders inside the reactor. The result will
  be a useful model for all IDE integration, right now everyone is doing their own thing. This model will need hooks for customization
  to take into account turning "workspace resolution" on/off and allow easy overriding of this process.

o Fixed IT0035



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@572366 13f79535-47bb-0310-9956-ffa450edef68
2007-09-03 15:42:29 +00:00
maven-build-context Merging revIds: 515814:520600 from 2.1-lifecycle-refactor branch to trunk. 2007-03-20 21:40:59 +00:00
maven-core o separating out the MavenEmbedderProjectWithExtensionReadingTest which shows that the artifacts handlers must be loaded up-front 2007-09-03 15:42:29 +00:00
maven-embedder o separating out the MavenEmbedderProjectWithExtensionReadingTest which shows that the artifacts handlers must be loaded up-front 2007-09-03 15:42:29 +00:00
maven-error-diagnostics updating license headers 2007-02-28 22:50:38 +00:00
maven-lifecycle Try to assume that a plugin bound in the POM but not resolved during build-plan-building will be resolvable later. 2007-06-08 16:46:20 +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-monitor updating license headers 2007-02-28 22:50:59 +00:00
maven-plugin-api Remove svn:executable from pom and java files 2007-03-02 10:55:05 +00:00
maven-plugin-descriptor Use the new maven-artifact 2007-08-30 14:36:59 +00:00
maven-plugin-parameter-documenter updating license headers 2007-02-28 22:51:47 +00:00
maven-profile updating license headers 2007-02-28 22:52:16 +00:00
maven-project MNG-2871: improve handling for EJB artifacts so that the build will work correctly without having to install the attached client JAR. This should be handled generally but we have no way of know what plugins product attached artifacts that should be handled this way. 2007-09-03 00:54:19 +00:00
maven-reporting updating license headers 2007-02-28 22:54:36 +00:00
maven-script Upgrade snapshots 2007-05-27 05:45:18 +00:00
maven-settings Restoring backward compatibility and deprecating old methods, so plugins and shared utilities can still use them without having to release new versions or suffer incompatibilities. 2007-07-13 02:30: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 o integrate changes made in maven-artifact for non fail-fast and request/result usage in the embedder for 2007-09-01 19:23:17 +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 o now that i can get online, i can adjust for the movement of m-a 2007-08-17 06:01:00 +00:00
ci.sh o updating plexus and classworlds with latest releases 2006-12-30 06:34:51 +00:00
doap_Maven.rdf license header update 2007-02-28 22:57:03 +00:00
pom.xml o integrate changes made in maven-artifact for non fail-fast and request/result usage in the embedder for 2007-09-01 19:23:17 +00:00

README.txt

See: 

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