forked from kohsuke/args4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.properties
44 lines (30 loc) · 1.18 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
40
41
42
43
44
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.repo.remote=http://www.ibiblio.org/maven
# use the lib directory as the repository
maven.junit.fork=true
compile.debug = on
compile.optimize = off
compile.deprecation = off
maven.compile.source=1.5
maven.compile.target=1.5
maven.jarResources.basedir = ${basedir}/src
maven.changes.issue.template=https://args4j.dev.java.net/issues/show_bug.cgi?id=%ISSUE%
# -------------------------------------------------------------------
# J A V A D O C P R O P E R T I E S
# -------------------------------------------------------------------
# Display the date on the Maven web site
maven.xdoc.date = left
# Display the project version the web site is documenting
maven.xdoc.version = ${pom.currentVersion}
maven.javadoc.links = \
http://java.sun.com/j2se/5.0/docs/api/
maven.javadoc.locale = en_US
maven.javadoc.public = true
# java.net setting
maven.javanet.project=args4j
maven.multiproject.basedir=${basedir}
# load tools jar from JDK
maven.jar.override = true
maven.jar.tools = ${java.home}/../lib/tools.jar