pwauth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>pwauth</artifactId> <version>0.4</version> </dependency>
<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.389</version> <relativePath>../pom.xml</relativePath> </parent> <name>PWauth Security Realm</name> <artifactId>pwauth</artifactId> <url>http://wiki.hudson-ci.org/display/HUDSON/pwauth</url> <version>0.4</version> <packaging>hpi</packaging> <developers> <developer> <id>mallox</id> <name>Ravi Gairola</name> <email>mallox@pyxzl.net</email> <url>http://www.pyxzl.net</url> <timezone>1</timezone> </developer> </developers> <repositories> <repository> <id>m.g.o-public</id> <url>http://maven.glassfish.org/content/groups/public/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>m.g.o-public</id> <url>http://maven.glassfish.org/content/groups/public/</url> </pluginRepository> </pluginRepositories> <distributionManagement> <repository> <id>java.net-m2-repository</id> <url>http://maven.hudson-labs.org/content/repositories/releases/</url> </repository> </distributionManagement> <scm> <connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/pwauth-0.4</connection> <developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/pwauth-0.4</developerConnection> <url>https://svn.java.net/svn/hudson~svn/tags/pwauth-0.4</url> </scm> </project>