<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.jenkins-ci.plugins</groupId>
		<artifactId>plugin</artifactId>
		<version>1.520</version>
	</parent>

	<groupId>aendter.jenkins.plugins</groupId>
	<artifactId>filesystem-list-parameter-plugin</artifactId>
	<version>0.0.2</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>

  <licenses>
    <license>
      <name>Apache License</name>
      <comments>All source code is under the Apache License.</comments>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:ssh://github.com/jenkinsci/filesystem-list-parameter-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/jenkinsci/filesystem-list-parameter-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/filesystem-list-parameter-plugin</url>
  </scm>

  <url>https://wiki.jenkins-ci.org/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 -->
	

	
	
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
	    </dependency>
	</dependencies>

</project>
