view-job-filters
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>view-job-filters</artifactId> <version>1.9</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.363</version> </parent> <artifactId>view-job-filters</artifactId> <packaging>hpi</packaging> <version>1.9</version> <name>View Job Filters</name> <description>Manage multiple views and hundreds of jobs much more easily. This plug-in provides more ways to include/exclude jobs from a view, including filtering by SCM path, and by any job or build status type, as well as "chaining" of filters and negating filters.</description> <url>http://wiki.hudson-ci.org/display/HUDSON/View+Job+Filters</url> <developers> <developer> <id>jacob_robertson</id> <name>Jacob Robertson</name> <email>jacob.robertson.work@gmail.com</email> </developer> </developers> <scm> <connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/view-job-filters-1.9</connection> <developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/view-job-filters-1.9</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/view-job-filters-1.9</url> </scm> <dependencies> <dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>cvs</artifactId> <version>1.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>subversion</artifactId> <version>1.11</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>email-ext</artifactId> <version>2.7</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>m2-extra-steps</artifactId> <version>1.1.3</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <goals>deploy</goals> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>cobertura2</id> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> <configuration> <formats> <format>html</format> <format>xml</format> </formats> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.2</version> <reportSets> <reportSet> <reports> <report>scm</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> </plugin> </plugins> </build> </profile> </profiles> <distributionManagement> <repository> <id>java.net-m2-repository</id> <url>http://maven.hudson-labs.org:8081/content/repositories/releases/</url> </repository> </distributionManagement> </project>