-
Notifications
You must be signed in to change notification settings - Fork 183
[MDEP-644] Reactor functionality added for verbose tree #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@elharo Reactor PR recreated. It was easier to just make a new branch with the changes than rebase. |
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphTgfSerializer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphTextSerializer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphDotSerializer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugins/dependency/tree/ArtifactKey.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphGraphmlSerializer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphTextSerializer.java
Outdated
Show resolved
Hide resolved
@elharo can you merge this now please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running through jenkins: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/MDEP-644/
Jenkins was slow but did finally pass this: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/MDEP-644B/ |
* Reactor functionality added for verbose tree
Resolve #1078 |
Adds multi module support