mirror of https://github.com/apache/maven.git
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:
parent
d56d2c09c2
commit
bc92124d6d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue