Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 77cc3d1e9d710e12d98fc67d60e1cdb69bf9e890 (plain) (blame)
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
[description]
Deploys the JAMon webapplication

[depend]
stats
deploy
jmx
jsp

[xml]
etc/jamon.xml

[files]
lib/jamon/
maven://com.jamonapi/jamon/2.79|lib/jamon/jamon-2.79.jar
maven://com.jamonapi/jamon_war/2.79/war|lib/jamon/jamon.war

[lib]
lib/jamon/**.jar

[license]
JAMon is a source forge hosted project released under a BSD derived license.
http://jamonapi.sourceforge.net
http://jamonapi.sourceforge.net/JAMonLicense.html

[ini-template]
## Jamon Configuration
# jamon.summaryLabels=demo
jamon.summaryLabels=default, request.getStatus().contextpath.value.ms

Back to the top