File: maven.properties

package info (click to toggle)
fastdoubleparser 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,928 kB
  • sloc: java: 15,818; xml: 1,943; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true
# project.build.sourceEncoding=UTF-8

# Skip tests for now:
# 1. Tests require amounts of available RAM (-Xmx 18g times 3 forks)
#    that I currently don't have on my system and I'm not sure about the
#    CI runners, I would rather ask first
# 2. Maven hangs at the very beginning; it looks like that this will
#    require some debugging.
maven.test.skip=true