File: maven.properties

package info (click to toggle)
maven-compiler-plugin 3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • ctags: 561
  • sloc: java: 2,243; xml: 1,696; sh: 12; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (6)
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.6
maven.compiler.target=1.6