ian-lavallee commented on a change in pull request #95: URL: https://github.com/apache/maven-dependency-plugin/pull/95#discussion_r470809836
########## File path: src/main/java/org/apache/maven/plugins/dependency/tree/VerboseGraphSerializer.java ########## @@ -42,30 +42,370 @@ MANAGED_SCOPE = "managedScope"; public String serialize( DependencyNode root ) + { + return serialize( root, "" ); + } + + public String serialize( DependencyNode root, String outputType ) Review comment: The current non verbose serializers don't use an enum so I figured I'd keep it uniform. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org