File: maven.properties

package info (click to toggle)
maven-compiler-plugin 3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,348 kB
  • sloc: xml: 4,203; java: 4,111; makefile: 3; sh: 1
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true

maven.test.failure.ignore=true
maven.compiler.source=1.7
maven.compiler.target=1.7