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
The jadler-all package is now constructed using a maven dependency, basically it's an empty artifact which just depends on all necessary jadler-* artifacts. This is a bit clumsy and causes problems to mvn dependency:analyze (issues Used undeclared dependencies found when using a class from any jadler-* artifacts).
Let's find a way to do this better, probably by compiling all classes from the dependent artifacts to the jadler-all artifact.
The text was updated successfully, but these errors were encountered:
The
jadler-all
package is now constructed using a maven dependency, basically it's an empty artifact which just depends on all necessaryjadler-*
artifacts. This is a bit clumsy and causes problems tomvn dependency:analyze
(issuesUsed undeclared dependencies found
when using a class from anyjadler-*
artifacts).Let's find a way to do this better, probably by compiling all classes from the dependent artifacts to the
jadler-all
artifact.The text was updated successfully, but these errors were encountered: