You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifact org.itsallcode.openfasttrace:openfasttrace is a fat jar produced with maven-shade-plugin but still declares it's dependencies in pom.xml, because of setting <createDependencyReducedPom>false</createDependencyReducedPom>:
Running the duplicate finder plugin causes errors when including OFT as a dependency:
Root cause
Artifact
org.itsallcode.openfasttrace:openfasttrace
is a fat jar produced withmaven-shade-plugin
but still declares it's dependencies in pom.xml, because of setting<createDependencyReducedPom>false</createDependencyReducedPom>
:Proposed solution
maven-shade-plugin
:createDependencyReducedPom
to true to create a pom without dependenciesThe text was updated successfully, but these errors were encountered: