just-exit-lifecycle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>just-exit-lifecycle</artifactId>
<version>1.0</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.eclipse.hudson.plugins</groupId>
<artifactId>hudson-plugin-parent</artifactId>
<!-- which version of Hudson is this plugin built against? -->
<version>3.1.0-RC1</version>
<relativePath />
</parent>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>just-exit-lifecycle</artifactId>
<version>1.0</version>
<packaging>hpi</packaging>
<name>Just Exit Lifecycle Plugin</name>
<description>A Hudson Lifecycle that just exits. Implements restart when used with a script that restarts Hudson whenever it exits; otherwise, does the exit part of restart.</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/Just+Exit+Lifecycle+Plugin</url>
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/hudson3-plugins/just-exit-lifecycle-plugin.git</connection>
<developerConnection>scm:git:git@github.com:hudson3-plugins/just-exit-lifecycle-plugin.git</developerConnection>
<url>https://github.com/hudson3-plugins/just-exit-lifecycle-plugin.git</url>
</scm>
<developers>
<developer>
<id>bobfoster</id>
<name>Bob Foster</name>
<email>bobfoster@gmail.com</email>
</developer>
</developers>
</project>