jesperpedersen / tattletale

Tattletale is a tool that can help you get an overview of the project you are working on or a product that you depend on.
http://www.jboss.org/tattletale/
74 stars 56 forks source link

Reporting duplicated classes in JBoss EAP #36

Closed albfan closed 4 years ago

albfan commented 4 years ago

Sometimes an artifact itself do not have duplicated classes, but once deployed its environment can provide classes already present on it.

I'm thinking on check a BOM like https://mvnrepository.com/artifact/org.jboss.bom/jboss-eap-javaee7/7.1.5.GA

against an artifact and detect such duplicities

Something like:

java -Xmx512m -jar tattletale-eap6.jar yourapplication.war -bom "org.jboss.bom/jboss-eap-javaee7/7.1.5.GA" report
albfan commented 4 years ago

It is solved on https://github.com/lyle-wang/tattletale-eap7