forked from apache/commons-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.properties
More file actions
35 lines (25 loc) · 1.01 KB
/
Copy pathproject.properties
File metadata and controls
35 lines (25 loc) · 1.01 KB
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
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
compile.debug = on
compile.optimize = off
compile.deprecation = off
maven.compile.source=1.3
maven.compile.target=1.3
maven.jarResources.basedir=${basedir}/src/java
# Reset the checkstyle properties to use the default sun settings
maven.checkstyle.properties=
maven.checkstyle.format=sun
maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
maven.xdoc.poweredby.image=maven-feather.png
maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
maven.pdf.navigationFile=navigation-pdf.xml
#maven.svg.dest.dir=${basedir}/xdocs/images
maven.svg.target=all
maven.svg.type=all
maven.svg.onload=true