<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>
<groupId>net.sourceforge</groupId>
<artifactId>ginp</artifactId>
<packaging>war</packaging>
<version>0.32-SNAPSHOT</version>
<name>GINP - Java Photo Gallery Web Application</name>
<description>
ginp is a Java Web Application for Viewing Photo Collections. It
automatically presents the folders and files that have been
placed on the web server with scp, nfs, ftp, webdav etc.., as a
browsable Picture Gallery
</description>
<url>http://ginp.sourceforge.net/</url>
<inceptionYear>2004</inceptionYear>
<licenses>
<license>
<name>
GNU Library or Lesser General Public License (LGPL),
v2.1 or later
</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Source Code Management -->
<scm>
<connection>
scm:svn:https://svn.code.sf.net/p/ginp/code/trunk
</connection>
<developerConnection>
scm:svn:https://svn.code.sf.net/p/ginp/code/trunk
</developerConnection>
<url>https://svn.code.sf.net/p/ginp/code/trunk/</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>LATEST</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>hivemind</groupId>
<artifactId>hivemind</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</version>
</dependency>
</dependencies>
<mailingLists>
<mailingList>
<name>ginp-users</name>
<subscribe>
https://lists.sourceforge.net/lists/listinfo/ginp-users
</subscribe>
<unsubscribe>
https://lists.sourceforge.net/lists/listinfo/ginp-users
</unsubscribe>
<post>ginp-users@lists.sourceforge.net.</post>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=ginp-users
</archive>
</mailingList>
<mailingList>
<name>ginp-developers</name>
<subscribe>
https://lists.sourceforge.net/lists/listinfo/ginp-developers
</subscribe>
<unsubscribe>
https://lists.sourceforge.net/lists/listinfo/ginp-developers
</unsubscribe>
<post>ginp-developers@lists.sourceforge.net.</post>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=ginp-developers
</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>dougculnane</id>
<name>Doug Culnane</name>
<email>doug [at] culnane [dot] net</email>
<url>www.culnane.net</url>
<roles>
<role>Project Admin</role>
<role>Developer</role>
<role>Web Designer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>jsher</id>
<name>Justin</name>
<email>justin [at] squinky [dot] org</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>pixelbyte</id>
<name>Patrick</name>
<timezone>+1</timezone>
<roles>
<role>Web Designer</role>
</roles>
</developer>
<developer>
<id>burchbri</id>
<name>Brian Burch</name>
<timezone>+0</timezone>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<contributors></contributors>
<repositories>
<repository>
<id>ginp-sourceforge</id>
<name>GINP Sourceforge Maven 2 repository</name>
<url>http://ginp.sourceforge.net/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>codehaus</id>
<name>Codehaus Repository</name>
<url>http://repository.codehaus.org/</url>
</pluginRepository>
<pluginRepository>
<id>stat-scm-sourceforge</id>
<name>stat-scm Sourceforge Maven 2 repository</name>
<url>http://stat-scm.sourceforge.net/maven2</url>
</pluginRepository>
<pluginRepository>
<id>stat-scm-sourceforge-snapshot</id>
<name>
stat-scm Sourceforge Maven 2 SNAPSHOT repository
</name>
<url>http://stat-scm.sourceforge.net/maven2-snapshots</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>sf-deploy</id>
<name>GINP Sourceforge Snapshot Maven 2 repository</name>
<url>
scp://dougculnane@ginp.sourceforge.net/home/groups/g/gi/ginp/htdocs/maven2/
</url>
</repository>
<snapshotRepository>
<id>sf-deploy</id>
<name>GINP Sourceforge Snapshot Maven 2 repository</name>
<url>
scp://dougculnane@ginp.sourceforge.net/home/groups/g/gi/ginp/htdocs/maven2-snapshots/
</url>
</snapshotRepository>
<site>
<id>sf-deploy</id>
<name>Sourceforge Snapshot Maven 2 repository</name>
<url>
scp://dougculnane@ginp.sourceforge.net/home/groups/g/gi/ginp/htdocs/
</url>
</site>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<systemProperties>
<property>
<name>log4j.configuration</name>
<value>${env.log4j.configuration}</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.9</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>net.sf</groupId>
<artifactId>stat-scm</artifactId>
<version>1.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>net.objectlab</groupId>
<artifactId>mvn-qalab-plugin</artifactId>
<version>2.2</version>
<reportSets>
<reportSet>
<reports>
<report>report-merge-chart</report>
<report>report-movers-all</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.11</version>
<configuration>
<configLocation>
<!-- Sun Java Code Conventions -->
checkstyle-ginp.xml
</configLocation>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>