Tattletale-多个罐子
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tattletale-多个罐子相关的知识,希望对你有一定的参考价值。
Check duplicated classes in multiple jars
<build> <plugins> <plugin> <groupId>org.jboss.tattletale</groupId> <artifactId>tattletale-maven</artifactId> <version>1.1.2.Final</version> <executions> <execution> <goals> <goal>report</goal> </goals> </execution> </executions> <configuration> <source>${basedir}/target/${project.artifactId}</source> <destination>${basedir}/target/tattletale-reports</destination> <reports> <report>multiplejars</report> </reports> <profiles> <profile>java6</profile> <profile>spring30</profile> </profiles> <failOnWarn>true</failOnWarn> </configuration> </plugin> </plugins> </build>
以上是关于Tattletale-多个罐子的主要内容,如果未能解决你的问题,请参考以下文章