File: maven.properties

package info (click to toggle)
commons-pool2 2.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: java: 16,179; xml: 2,670; sh: 32; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Include here properties to pass to Maven during the build.
# For example:

# Skipt the stests for now because we need a newer junit5 version
maven.test.skip=true

project.build.sourceEncoding=ISO-8859-1