mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291484 13f79535-47bb-0310-9956-ffa450edef68
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
|
|
|