filesystem_scm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hudson.plugins.filesystem_scm</groupId> <artifactId>filesystem_scm</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.318</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>hudson.plugins.filesystem_scm</groupId> <artifactId>filesystem_scm</artifactId> <packaging>hpi</packaging> <name>File System SCM</name> <version>1.9</version> <description>Using File System as SCM, done by checking file system last modified date.</description> <url>http://wiki.hudson-ci.org/display/HUDSON/File+System+SCM</url> <organization> <name>Fortify Software Inc</name> <url>http://www.fortify.com</url> </organization> <developers> <developer> <id>samngms</id> <name>Sam NG</name> <email>samngms@yahoo.com</email> <timezone>+8</timezone> </developer> </developers> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/filesystem_scm-1.9</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/filesystem_scm-1.9</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/filesystem_scm/tags/filesystem_scm-1.9</url> </scm> </project>