File: maven.properties

package info (click to toggle)
plexus-xml 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,360 kB
  • sloc: java: 9,156; xml: 1,788; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true
# project.build.sourceEncoding=UTF-8

maven.test.skip=false

maven.compiler.source=8
maven.compiler.target=8