File: maven.properties

package info (click to toggle)
surefire 2.22.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,884 kB
  • sloc: java: 65,603; xml: 16,675; jsp: 5; sh: 3; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true

maven.test.skip=true

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

project.build.sourceEncoding=UTF-8