File: maven.properties

package info (click to toggle)
maven-script-interpreter 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: java: 784; xml: 115; makefile: 2; sh: 1
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true

maven.compiler.source=8
maven.compiler.target=8