Author: jvanzyl
Date: Mon Sep 26 06:42:52 2005
New Revision: 291621

URL: http://svn.apache.org/viewcvs?rev=291621&view=rev
Log:
o adding more 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=291621&r1=291620&r2=291621&view=diff
==============================================================================
--- maven/components/trunk/maven-embedder/notes.txt (original)
+++ maven/components/trunk/maven-embedder/notes.txt Mon Sep 26 06:42:52 2005
@@ -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.
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to