-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
28 lines (28 loc) · 1.14 KB
/
plugin.xml
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
<plugin name='grails-melody' version='1.18' grailsVersion='1.2.4 > *'>
<author>Liu Chao</author>
<authorEmail>[email protected]</authorEmail>
<title>Grails Java Melody Plugin</title>
<description>\
Integrate Java Melody Monitor into grails application.
</description>
<documentation>http://grails.org/GrailsMelody+Plugin</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
</resources>
<dependencies>
<resolvers>
<resolver type='grailsPlugins' name='grailsPlugins' />
<resolver type='mavenCentral' />
</resolvers>
<dependency group='net.bull.javamelody' name='javamelody-core' version='1.41.0' conf='compile' transitive='true' />
<dependency group='org.jrobin' name='jrobin' version='1.5.9' conf='compile' transitive='true' />
<dependency group='com.lowagie' name='itext' version='2.1.7' conf='compile' transitive='true'>
<excludes group='*' name='bcmail-jdk14' />
<excludes group='*' name='bcprov-jdk14' />
<excludes group='*' name='bctsp-jdk14' />
</dependency>
</dependencies>
<behavior />
</plugin>