mirror of https://github.com/apache/maven.git
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
|
|
-- 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
|
|
|