From c9b995a945ef88422da2f992f12e9e0dd09ae960 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Mon, 26 Sep 2005 13:42:52 +0000 Subject: [PATCH] o adding more notes from eu git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291621 13f79535-47bb-0310-9956-ffa450edef68 --- maven-embedder/notes.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/maven-embedder/notes.txt b/maven-embedder/notes.txt index 2bc60b06ff..2c77c72919 100644 --- a/maven-embedder/notes.txt +++ b/maven-embedder/notes.txt @@ -2,10 +2,20 @@ -- 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. + if anything is missing. + +-- we need a callback for progress indication: + download, build, etc -- run m2 (embedded): including running building, archetypes, etc. -- introspect available plugins and their goals +-- to generate source folders for eclipse project from m2 pom.xml + we need to run generate-sources phase, so all plugins + registered for this phase will be kicked of and will register + target folders for compilation. + Ideally it would be nice to ask these plugins for the target + folders, but Brett said it will be only in 2.1, so I guess + we'll have to actually run these plugins and generate code. +