Android 17.0.0 release 1
Merge remote-tracking branch 'origin/third-party-review'
tree: fc8c5f31606c9f7c09d1ec43ea11dd6fe397b6b2
  1. .github/
  2. animal-sniffer/
  3. animal-sniffer-annotations/
  4. animal-sniffer-ant-tasks/
  5. animal-sniffer-enforcer-rule/
  6. animal-sniffer-maven-plugin/
  7. java-boot-classpath-detector/
  8. src/
  9. .gitignore
  10. Android.bp
  11. LICENSE
  12. METADATA
  13. MODULE_LICENSE_MIT
  14. OWNERS.android
  15. pom.xml
  16. README.md
  17. SECURITY.md
README.md

MojoHaus AnimalSniffer Maven Plugin

This is the animal-sniffer-maven-plugin.

Please note this plugin is now in maintenance level as the exact same feature can be now easily achieved using the --release flag from Javac see (https://openjdk.java.net/jeps/247)

Maven Central Build Status

Releasing

  • Make sure gpg-agent is running.
  • Make sure all tests pass mvn clean verify -Prun-its
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site 
mvn scm-publish:publish-scm