-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.properties
119 lines (99 loc) · 5.11 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
#/*
# * ========================================================================
# *
# * Copyright 2005 ObjectLab Financial Ltd
# *
# * $Id: project.properties 184 2006-09-17 09:42:49Z marchy $
# * ========================================================================
# */
# Multiproject properties
maven.multiproject.basedir=.
maven.multiproject.includes=*/project.xml
maven.multiproject.excludes=common-build/project.xml
maven.multiproject.navigation=aggregate
maven.jar.manifest.classpath.add=true
maven.docs.src=src/site
maven.faq.src=src/site
# -------------------------------------------------------------------
# D A S H B O A R D P R O P E R T I E S
# -------------------------------------------------------------------
# Tells the dashboard plugin not to run its own reactor.
# We'll use the one run by the multiproject.
maven.dashboard.runreactor = false
#
# Tells the multiproject plugin to execute the dashboard:report-single
# goal on each project when you run it through multiproject:site.
maven.multiproject.site.goals=site, dashboard:report-single
#
maven.dashboard.aggregators = cserrors,pmdviolations,fbviolations,simiantdl,junittests,junitfailures,juniterrors,junitpassrate,coberturalipc,coberturaloc
#maven.dashboard.aggregators = csfiles,cswarnings,cserrors,junittests,junitfailures,juniterrors,junitpassrate,pmdfiles,pmdviolations,simiantdl,jcoveragelipc,jcoverageloc
maven.pmd.check.tests=false
# -------------------------------------------------------------------
# X 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
maven.xdoc.date.format=dd MMM yyyy HH:mm z
# Display the maven version the web site is documenting
#maven.xdoc.version =
maven.xdoc.version=${pom.currentVersion}
#maven.xdoc.distributionUrl=https://sourceforge.net/project/showfiles.php?group_id=127761
maven.xdoc.distributionUrl=http://prdownloads.sourceforge.net/flatpack
maven.xdoc.distributionType=zip
#maven.xdoc.poweredby.image=objectlab-poweredby.gif
maven.xdoc.poweredby.title=Powered By the Nice People of ObjectLab
maven.xdoc.poweredby.url=http://www.objectlab.co.uk
# -------------------------------------------------------------------
# A N N O U N C E M E N T P R O P E R T I E S
# -------------------------------------------------------------------
#maven.announcement.distributionUrl=http://sourceforge.net/project/showfiles.php?group_id=140880
# -------------------------------------------------------------------
# C H A N G E L O G P R O P E R T I E S
# -------------------------------------------------------------------
# Change log & activity stuff
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
# -------------------------------------------------------------------
# C H E C K S T Y L E P R O P E R T I E S
# -------------------------------------------------------------------
#maven.checkstyle.properties = ${basedir}/checkstyle.xml
maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
maven.checkstyle.properties = ${basedir}/../checkstyle_checks.xml
# -------------------------------------------------------------------
# S I M I A N P R O P E R T I E S
# -------------------------------------------------------------------
maven.simian.includetests=no
# Define the following 3 properties in your build.properties as they are
# environment-dependant
#
# Location where CruiseControl is installed
#maven.cruisecontrol.home=C:/apps/cruisecontrol-2.2.1
#
# The work directory that contains our CruiseControl configuration for this project
#maven.cruisecontrol.work.dir=c:/dev/mavenbook/work/cruisecontrol
#
# SMTP mail server to use for sending emails
#maven.cruisecontrol.mail.host=localhost
# The goals to run on the webapp project to build it
maven.cruisecontrol.goals=scm:update|multiproject:clean safemargin:build multiproject:site
# -------------------------------------------------------------------
# Q A L A B P R O P E R T I E S
# -------------------------------------------------------------------
#maven.qalab.merge.outputfile = ${basedir}/../qalab.xml
#maven.qalab.chart.destinationdir=${basedir}/../target/docs/qalab
#maven.qalab.movers.outputfile=${basedir}/../target/docs/qalab/qalab-movers.xml
qalab.merge.timestampdateonly=true
qalab.merge.action=replace
maven.qalab.merge.quiet=true
maven.qalab.merge.checkstyle = ${maven.build.dir}/checkstyle-raw-report.xml
maven.qalab.movers.types=checkstyle,pmd,findbugs
# -------------------------------------------------------------------
# F I N D B U G S P R O P E R T I E S
# -------------------------------------------------------------------
maven.findbugs.excludeFilter=${basedir}/../common-build/findbugs-exclude-filter.xml
# -------------------------------------------------------------------
# Z K M P R O P E R T I E S
# -------------------------------------------------------------------
#do.obfuscation=false
#
maven.ydoc.packages=net.sf.flatpack.*
maven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/