-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (21 loc) · 776 Bytes
/
plugin.xml
File metadata and controls
21 lines (21 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<plugin name='weak-ssl' version='1.2' grailsVersion='1.3.6 > *'>
<author>Shawn Hartsock</author>
<authorEmail>hartsock@acm.org</authorEmail>
<title>WeakSSL</title>
<description>\
This plugin deliberately breaks SSL for you by accepting
any SSL certificate.
</description>
<documentation>http://grails.org/plugin/weak-ssl</documentation>
<type>WeakSSLGrailsPlugin</type>
<resources />
<repositories>
<repository name='grailsCentral' url='http://grails.org/plugins' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies />
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>