~ubuntu-branches/ubuntu/karmic/qdox/karmic

« back to all changes in this revision

Viewing changes to project.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2007-04-11 13:51:08 UTC
  • Revision ID: james.westby@ubuntu.com-20070411135108-uplum1t13cbjsriw
Tags: upstream-1.6.1
ImportĀ upstreamĀ versionĀ 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -------------------------------------------------------------------
 
2
# P R O J E C T  P R O P E R T I E S
 
3
# -------------------------------------------------------------------
 
4
 
 
5
# -------------------------------------------------------------------
 
6
# Build and test
 
7
# -------------------------------------------------------------------
 
8
 
 
9
maven.compile.debug = on
 
10
maven.compile.optimize = on
 
11
maven.compile.deprecation = on
 
12
 
 
13
maven.junit.fork = no
 
14
 
 
15
# -------------------------------------------------------------------
 
16
# Repositories
 
17
# -------------------------------------------------------------------
 
18
 
 
19
maven.repo.remote = http://www.ibiblio.org/maven/,http://dist.codehaus.org/
 
20
 
 
21
maven.repo.central = beaver.codehaus.org
 
22
maven.repo.central.directory = /dist
 
23
 
 
24
maven.remote.group = qdox
 
25
 
 
26
# -------------------------------------------------------------------
 
27
# Project-site, reports, etc
 
28
# -------------------------------------------------------------------
 
29
 
 
30
maven.xdoc.date=left
 
31
maven.xdoc.version=${pom.currentVersion}
 
32
 
 
33
# Number of days to include in the changelog
 
34
maven.changelog.range=365
 
35
maven.activitylog.range=365
 
36
 
 
37
# don't create coverage reports for generated code
 
38
clover.excludes=**/Mock*,**/*JFlexLexer*,**/*Parser*
 
39
 
 
40
# Include generated parser in eclipse configuration generation
 
41
maven.eclipse.classpath.include = target/src/java
 
42
 
 
43
maven.compile.source=1.2
 
44
maven.compile.target=1.2
 
 
b'\\ No newline at end of file'