adding some notes from eu

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-09-25 22:58:51 +00:00
parent d56d2c09c2
commit bc92124d6d
1 changed files with 11 additions and 4 deletions

View File

@ -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