mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-20 23:44:55 +02:00
sources moved to github
This commit is contained in:
parent
47e2e1a2e5
commit
defb5fdd47
16
pom.xml
16
pom.xml
|
|
@ -1,16 +0,0 @@
|
|||
<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">
|
||||
<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>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<packaging>hpi</packaging>
|
||||
<name>Security Realm by custom script</name>
|
||||
<description>Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.</description>
|
||||
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm</url>
|
||||
</project>
|
||||
Loading…
Reference in a new issue