File: maven.properties

package info (click to toggle)
libjgoodies-common-java 1.8.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,840 kB
  • sloc: java: 1,563; xml: 75; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# Include here properties to pass to Maven during the build.
#maven.test.skip=true
maven.compiler.source=1.6
maven.compiler.target=1.6
# Set encoding for compatibilty with Java 7
project.build.sourceEncoding=ISO-8859-1