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
To make sure packages can only consume what they declare as a dependency, leveraging maven.repo.local.tail is essential.
When building (I.e., mvn clean verify), Maven-based packages on kie-tools won't install their resulting JARs to maven.repo.local anymore, but instead to dist/1st-party-m2. This way, the "shared" (a.k.a head) local repository won't contain the artifacts produced by Maven-based packages, making it impossible to access modules that have not been declared as a dependency.
The text was updated successfully, but these errors were encountered:
To make sure packages can only consume what they declare as a dependency, leveraging
maven.repo.local.tail
is essential.When building (I.e.,
mvn clean verify
), Maven-based packages onkie-tools
won't install their resulting JARs tomaven.repo.local
anymore, but instead todist/1st-party-m2
. This way, the "shared" (a.k.a head) local repository won't contain the artifacts produced by Maven-based packages, making it impossible to access modules that have not been declared as a dependency.The text was updated successfully, but these errors were encountered: