<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.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>4.53</version>
  </parent>

  <groupId>aendter.jenkins.plugins</groupId>
  <artifactId>filesystem-list-parameter-plugin</artifactId>
  <version>0.0.10</version>
  <packaging>hpi</packaging>

  <name>Jenkins Filesystem List Parameter Plug-in</name>
  <description>
  This plugin reads folder, file or symbolic link names from filesystem path as parameter value.
    </description>

  <properties>
    <jenkins.version>2.420</jenkins.version>
  </properties>

  <licenses>
    <license>
      <name>Apache License</name>
      <comments>All source code is under the Apache License.</comments>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git@github.com:jenkinsci/filesystem-list-parameter-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:jenkinsci/filesystem-list-parameter-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/filesystem-list-parameter-plugin</url>
    <tag>filesystem-list-parameter-plugin-0.0.10</tag>
  </scm>

  <url>https://wiki.jenkins.io/display/JENKINS/Filesystem+List+Parameter+Plug-in</url>

  <developers>
    <developer>
      <id>aendter</id>
      <name>Alexander Endter</name>
      <email>aendter83@gmail.com</email>
    </developer>
  </developers>


  <!-- get every artifact through repo.jenkins-ci.org, which proxies all the 
    artifacts that we need -->
  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </pluginRepository>
  </pluginRepositories>


  <dependencies>
    <dependency>
      <groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
      <artifactId>rebuild</artifactId>
      <version>330.v645b_7df10e2a_</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
