mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2025-09-07 05:13:16 +02:00
15 lines
433 B
XML
15 lines
433 B
XML
<project>
|
|
<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>
|
|
<packaging>hpi</packaging>
|
|
<name>Security Realm by custom script</name>
|
|
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm</url>
|
|
</project>
|