findConflicts icon indicating copy to clipboard operation
findConflicts copied to clipboard

一款查找Jar/类/日志/版本冲突的Maven插件(a maven plugin to find the conflicts of maven project)

Results 3 findConflicts issues
Sort by recently updated
recently updated
newest added

自己打包发布 好麻烦,能直接上公共库吗?

spring-boot-starter-web 2.4.0 该版本,我用mvn dependency:tree看不到冲突,但是用findConflicts看到了Jackson的包都是冲突,但是不知道跟谁冲突,博主能解答下吗? 示例如下: +----------+----------------------+----------------------------------+----------------------------------+------------+----------------------------------------------------+ | number | classConflictRatio | groupId | artifactId | version | originFrom | +----------+----------------------+----------------------------------+----------------------------------+------------+----------------------------------------------------+ | 1 | 1%(9/1796) | com.fasterxml.jackson.core | jackson-databind | 2.11.3...

Caused by: org.apache.maven.plugin.MojoExecutionException: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: findconflicts:fc-maven-plugin.' at org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:245) at org.apache.maven.plugin.plugin.DescriptorGeneratorMojo.execute(DescriptorGeneratorMojo.java:92) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 19 more Caused by: org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException: No...