2009-11-06 04:05:13 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2009-11-06 04:03:40 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.jvnet.hudson.plugins</groupId>
|
|
|
|
<artifactId>plugin</artifactId>
|
|
|
|
<version>1.330</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>script-realm</artifactId>
|
2010-11-07 18:47:11 +01:00
|
|
|
<version>1.3-SNAPSHOT</version>
|
2009-11-06 04:03:40 +01:00
|
|
|
<packaging>hpi</packaging>
|
|
|
|
<name>Security Realm by custom script</name>
|
2010-11-07 18:02:42 +01:00
|
|
|
<description>Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.</description>
|
2009-11-06 04:03:40 +01:00
|
|
|
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm</url>
|
|
|
|
</project>
|