forked from PCGen/pcgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.properties
137 lines (119 loc) · 4.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
#####################################
# The properties for the repositories
#####################################
maven.repo.remote = http://repo1.maven.org/maven, \
http://www.pcgen-test.org/maven, \
http://pcgen.sourceforge.net/maven, \
http://maven-plugins.sourceforge.net/maven, \
http://emma.sourceforge.net/maven, \
http://pcgen.sourceforge.net/mvnrepo
########################################
# The properties for the checkstyle goal
########################################
# The checkstyle format should follow Sun coding conventions
maven.checkstyle.format = sun
# Sad, necessary duplication of: maven.license.licenseFile
maven.checkstyle.header.file = ${basedir}/code/LICENSE
##########################################
# The properties for the java:compile goal
##########################################
maven.compile.deprecation = true
maven.compile.source = 1.6
maven.compile.target = 1.6
maven.compile.fork=true
maven.compile.memoryMaximumSize = 256M
maven.compile.compilerargs=-Xlint -Xmaxwarns 5000
maven.compile.encoding=ISO-8859-1
##################################
# The properties for the docs goal
##################################
maven.docs.outputencoding = UTF-8
########################################
# The properties for the code style goal
########################################
maven.jalopy.style = code/standards/jalopy_pcgen.xml
maven.jalopy.src.filesetExclude=pcgen/core/Main.java
#################################
# The properties for the jar goal
#################################
maven.jar.excludes=**/package.html,plugin/**
maven.jar.mainclass=pcgen.system.Main
maven.jar.manifest=code/manifest
maven.final.name=pcgen
maven.source.final.name=${maven.final.name}-${pom.currentVersion}-sources.jar
####################################
# The properties for the javacc goal
####################################
#maven.javacc.javacc.grammar = ${basedir}/code/src/java/pcgen/util/DiceExpression.jj
#####################################
# The properties for the javadoc goal
#####################################
maven.javadoc.author = true
maven.javadoc.customtags = tag1
tag1.name = TODO
tag1.description = TODO
tag1.enabled = true
tag1.scope = all
maven.javadoc.links = http://java.sun.com/j2se/1.6.0/docs/api/
maven.javadoc.maxmemory = 192m
maven.javadoc.overview = ${basedir}/code/src/java/pcgen/overview.html
maven.javadoc.private = true
maven.javadoc.source = 1.6
maven.javadoc.use = true
maven.javadoc.version = true
maven.javadoc.extrasourcepath = ${basedir}/target/generated-src/main/java/pcgen
maven.javadoc.debug=false
##################################
# The properties for the jnlp goal
##################################
maven.jnlp.homepage = http://pcgen.sourceforge.net/
maven.jnlp.j2se.version = 1.6
##################################
# The properties for the test goal
##################################
maven.junit.fork=on
maven.junit.jvmargs=-Xmx192m
maven.test.source = 1.6
maven.test.error.ignore=true
maven.test.failure.ignore=true
#####################################
# The properties for the license goal
#####################################
maven.license.licenseFile = ${basedir}/code/LICENSE
maven.tasklist.taskTag=TODO
#########################################
# The properties for the sourceforge goal
#########################################
maven.sourceforge.project.groupId=25576
maven.sourceforge.project.packageName=PCGen Unstable
maven.sourceforge.project.sendEmailNotice=false
maven.sourceforge.publish.includes=*.jar,*.exe,*.zip,*.dmg,*.asc
#########################################
# The properties for the site goal
#########################################
pom.siteAddress=shell.sourceforge.net
pom.siteDirectory=/home/groups/p/pc/pcgen/htdocs/autobuilds
maven.site.deploy.method=ssh
maven.site.failonerror=false
maven.site.tar.options=-xUf
# Note you need to define the following in your build.properties
#maven.username=<username>
#maven.scp.executable=pscp
#maven.ssh.executable=plink
#maven.scp.args=-pw <password>
#maven.ssh.args=-pw <password>
maven.xdoc.date=left
maven.xdoc.version = ${pom.currentVersion}
maven.xdoc.date.format = dd MMM yyyy HH:mm Z
maven.changes.issue.template=http://sourceforge.net/support/tracker.php?aid=%ISSUE%
maven.xdoc.theme=pcgen
#########################################
# The properties for the nsis goal
#########################################
maven.nsis.license.text=This program is Licensed under The GNU Lesser General Public License, Version 2.1.
maven.nsis.src=${basedir}/code/nsis
maven.nsis.build.dir=${basedir}/../release
maven.nsis.setup.template=${basedir}/installers/win-installer/pcgen-nsis.jelly
maven.scm.svn.tag.base=svn+ssh://svn.code.sf.net/p/pcgen/code/tags
maven.changelog.type=date
maven.changelog.date=2009-03-04