favorite
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>favorite</artifactId> <version>1.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>favorite</artifactId> <version>1.5</version> <packaging>hpi</packaging> <name>Favorite</name> <url>http://wiki.hudson-ci.org/display/HUDSON/Favorite+Plugin</url> <parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.374</version> </parent> <developers> <developer> <id>lshatzer</id> <name>Larry Shatzer, Jr.</name> <email>larrys@gmail.com</email> </developer> </developers> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/favorite-1.5</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/favorite-1.5</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/favorite-1.5</url> </scm> </project> <!-- TODOs: * Add "star" to job page * Add "Auto Favorite" feature * If you contribute to a build, you favorite it automatically. * user's config.xml has <string> around each job name. Be nice to switch to <job> * Clean up look and feel of user config page. -->