File: maven.properties

package info (click to toggle)
resteasy 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,612 kB
  • sloc: java: 265,492; xml: 27,855; javascript: 405; jsp: 166; python: 101; sh: 15; sql: 3; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
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
project.build.sourceEncoding=UTF-8
maven.compiler.useIncrementalCompilation=false

maven.compiler.source=1.8
maven.compiler.target=1.8