Author: jvanzyl Date: Sun Sep 25 15:58:51 2005 New Revision: 291484 URL: http://svn.apache.org/viewcvs?rev=291484&view=rev Log: adding some notes from eu
Modified: maven/components/trunk/maven-embedder/notes.txt Modified: maven/components/trunk/maven-embedder/notes.txt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/notes.txt?rev=291484&r1=291483&r2=291484&view=diff ============================================================================== --- maven/components/trunk/maven-embedder/notes.txt (original) +++ maven/components/trunk/maven-embedder/notes.txt Sun Sep 25 15:58:51 2005 @@ -1,4 +1,11 @@ -<eu> -- parse xml to in-memory model -<eu> -- run m2 (embedded): including running for downloading dependencies, building, archetypes, etc. -<eu> -- introspect available goals -<eu> -- introspect available plugins (low priority) + +-- parse xml to in-memory model + Now MavenEmbedder.readProjectWithDependencies() + transitively resolve all dependencies and download them + if anything is missing. However we need a callback for + progress indication. + +-- run m2 (embedded): including running building, archetypes, etc. + +-- introspect available plugins and their goals + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]