Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case new module added, make sure source and binary distributions contains correct license files at modules folders. Covered by Licenses & Javadoc TeamCity task.

Rat

Make sure that command

Can be checked manually by running command

Code Block
mvn clean validate -DskipTests=true -P check-licenses

...

package-info.java

Make sure each package contains package-info.java with proper description.

...