sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

Trim license name

Open benmccann opened this issue 9 years ago • 2 comments

There's lots of extra space when this particular dependency is printed:

[info]          Apache License, Version 2.0 and         Common Development And Distribution License (CDDL) Version 1.0       
[info]   org.apache.tomcat:tomcat-servlet-api:8.0.21

benmccann avatar Apr 09 '16 00:04 benmccann

It probably comes from indentation in the pom.xml, right? I agree it would be useful to clean this up a little.

jrudolph avatar Apr 13 '16 06:04 jrudolph

Here's the pom.xml: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.0.21/tomcat-servlet-api-8.0.21.pom

benmccann avatar Jun 23 '16 23:06 benmccann