Skip to content
jbaruch edited this page Oct 10, 2010 · 1 revision
  • Applying plugins for packagings: jar, war
  • Dependencies in compile, provided and test scopes
  • Exclusions for dependencies
  • Maven repositories (both from pom.xml and profiles in settings.xml)
  • Turn on transitivity for compile scope
  • Add project version, groupId and status (SNAPSHOT/release)
  • Java compiler source and target levels
  • Add source packaging if source-plugin present
  • Executes maven-clean-plugin after Gradle's Java plugin clean task
Clone this wiki locally