File: maven.properties

package info (click to toggle)
libjgoodies-forms-java 1.9.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,800 kB
  • sloc: java: 6,356; xml: 98; sh: 11; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
# Include here properties to pass to Maven during the build.
maven.test.skip=true
maven.compiler.source=1.5
maven.compiler.target=1.5
# Set encoding for compatibilty with Java 7
project.build.sourceEncoding=ISO-8859-1