File: maven.properties

package info (click to toggle)
libjgoodies-looks-java 2.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 6,908 kB
  • sloc: java: 14,190; xml: 102; makefile: 3
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