-
Notifications
You must be signed in to change notification settings - Fork 8
/
project.properties
39 lines (35 loc) · 1.57 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
build.number=1
# ------------------------------------------------------------------------
# Maven Repository
# ------------------------------------------------------------------------
maven.repo.remote=http://www.ibiblio.org/maven
# ------------------------------------------------------------------------
# xdoc customizations
# ------------------------------------------------------------------------
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jweather.sourceforge.net/
maven.xdoc.includeProjectDocumentation=no
maven.linkcheck.enable=true
# ------------------------------------------------------------------------
# site:deploy customizations
# ------------------------------------------------------------------------
maven.username=arimus
#maven.ssh.executable=/cvs/apt/ssh.bat
#maven.scp.executable=/cvs/apt/scp.bat
# ------------------------------------------------------------------------
# test:test customizations
#
# fork=true is needed b/c of XML classloader issues.
# XXX: However, b/c of a plugin bug, we need to define this on the cmd line
# e.g., maven -Dmaven.junit.fork=true test:test
#
# failure.ignore is set to true b/c our postGoal handles this after
# creating the report.
#
# To view the html report, set the following system property on the cmd line:
# -Djavax.xml.transform.TransformerFactory=
# org.apache.xalan.processor.TransformerFactoryImpl
# ------------------------------------------------------------------------
maven.junit.fork=true
maven.test.failure.ignore=true