File: maven.properties

package info (click to toggle)
assertj-core 3.26.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,760 kB
  • sloc: java: 228,622; xml: 2,350; sh: 752; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
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=1.7
maven.compiler.target=1.7

project.build.sourceEncoding=UTF-8