File: project.properties

package info (click to toggle)
groovy 0.1.0beta10-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 11,636 kB
  • ctags: 7,195
  • sloc: java: 44,640; xml: 1,199; sh: 544; makefile: 79; ansic: 43
file content (35 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
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
maven.compile.source=1.4
maven.compile.target=1.4
maven.test.source=1.4
maven.compile.deprecation=true
maven.compile.debug=true
maven.compile.optimize=true

maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/
maven.javadoc.source=1.4

maven.test.search.classdir = true

maven.junit.fork=true
maven.junit.usefile=true

groovy.install.staging.dest=${maven.build.dir}/install/
groovy.embeddable.working.dir=${maven.build.dir}/embeddable-temp
maven.html2xdoc.dir=${maven.build.dir}/html

maven.xdoc.date = left

#####################################################
# codehaus theme
#####################################################
maven.xdoc.theme.url=http://codehaus.org/codehaus-style.css

#####################################################
# Where the jars are uploaded
#####################################################
maven.repo.central = beaver.codehaus.org
maven.repo.central.directory = /dist

maven.junit.sysproperties = java.awt.headless

maven.remote.group = groovy