<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.sf</groupId>
	<artifactId>stat-scm</artifactId>
	<packaging>maven-plugin</packaging>
	<version>1.2.0</version>
	<name>StatSCM</name>
	<description>
		Maven 2 Mojo Plugin that generates Source Code Management
		Statistics reports as part of the mvn site command.
	</description>
	<url>http://stat-scm.sourceforge.net</url>
	<organization />
	<inceptionYear>2006</inceptionYear>
	<prerequisites>
		<maven>2</maven>
	</prerequisites>

	<!-- Source Code Management -->
	<scm>
		<connection>scm:svn:https://stat-scm.svn.sourceforge.net/svnroot/stat-scm/tags/stat-scm-1.2.0</connection>
		<developerConnection>scm:svn:https://stat-scm.svn.sourceforge.net/svnroot/stat-scm/tags/stat-scm-1.2.0</developerConnection>
		<url>http://stat-scm.svn.sourceforge.net/viewvc/stat-scm/tags/stat-scm-1.2.0</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven</groupId>
			<artifactId>maven-plugin-api</artifactId>
			<version>2.0</version>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.reporting</groupId>
			<artifactId>maven-reporting-impl</artifactId>
			<version>2.0.4</version>
		</dependency>
		<dependency>
			<groupId>net.sf</groupId>
			<artifactId>stat-svn</artifactId>
			<version>0.4.0-StatSCM</version>
		</dependency>
	</dependencies>

	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>
					maven-project-info-reports-plugin
				</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-report-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jxr-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-changes-plugin</artifactId>
				<version>2.0-beta-2</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-checkstyle-plugin</artifactId>
				<configuration>
					<configLocation>
						config/maven_checks.xml
					</configLocation>
				</configuration>
			</plugin>
			<plugin>
				<groupId>net.sf</groupId>
				<artifactId>stat-scm</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-plugin-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>taglist-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>findbugs-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
			</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.codehaus.mojo</groupId>
               <artifactId>simian-maven-plugin</artifactId>
            </plugin -->
		</plugins>
	</reporting>

	<repositories>
		<repository>
			<id>stat-scm-sourceforge</id>
			<name>stat-scm Sourceforge Maven 2 repository</name>
			<url>http://stat-scm.sourceforge.net/maven2</url>
		</repository>
		<repository>
			<id>stat-scm-sourceforge-snapshot</id>
			<name>
				stat-scm Sourceforge Maven 2 SNAPSHOT repository
			</name>
			<url>http://stat-scm.sourceforge.net/maven2-snapshots</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>StatSCM Sourceforge Maven 2 repository</name>
			<url>
				scp://username@stat-scm.sourceforge.net/home/groups/s/st/stat-scm/htdocs/maven2/
			</url>
		</repository>
		<snapshotRepository>
			<id>sf-deploy</id>
			<name>StatSCM Sourceforge Snapshot Maven 2 repository</name>
			<url>
				scp://username@stat-scm.sourceforge.net/home/groups/s/st/stat-scm/htdocs/maven2-snapshots/
			</url>
		</snapshotRepository>
		<site>
			<id>sf-deploy</id>
			<name>Sourceforge Maven 2 Project Site</name>
			<url>
				scp://username@stat-scm.sourceforge.net/home/groups/s/st/stat-scm/htdocs/
			</url>
		</site>
	</distributionManagement>
	<licenses>
		<license>
			<name>Apache 2</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
			<comments>A business-friendly OSS license</comments>
		</license>
	</licenses>
	<ciManagement>
		<system>continuum</system>
		<notifiers>
			<notifier>
				<type>mail</type>
				<sendOnError>true</sendOnError>
				<sendOnFailure>true</sendOnFailure>
				<sendOnSuccess>false</sendOnSuccess>
				<sendOnWarning>false</sendOnWarning>
				<configuration>
					<address>doug@culnane.net</address>
				</configuration>
			</notifier>
		</notifiers>
	</ciManagement>
	<developers>
		<developer>
			<id>dougculanne</id>
			<name>Doug Culnane</name>
			<email>doug [at] culnane [dot] net</email>
			<url>http://www.culnane.net</url>
			<roles>
				<role>Project Admin</role>
				<role>Developer</role>
			</roles>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>leemeador</id>
			<name>Lee Meador</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>
	<mailingLists>
		<mailingList>
			<name>Development Discussion</name>
			<post>stat-scm-developer@lists.sourceforge.net</post>
			<subscribe>
				https://lists.sourceforge.net/lists/listinfo/stat-scm-developer
			</subscribe>
			<unsubscribe>
				https://lists.sourceforge.net/lists/listinfo/stat-scm-developer
			</unsubscribe>
			<archive />
		</mailingList>
		<mailingList>
			<name>User Support</name>
			<post>stat-scm-user@lists.sourceforge.net</post>
			<subscribe>
				https://lists.sourceforge.net/lists/listinfo/stat-scm-user
			</subscribe>
			<unsubscribe>
				https://lists.sourceforge.net/lists/listinfo/stat-scm-user
			</unsubscribe>
			<archive />
		</mailingList>
	</mailingLists>
	<issueManagement>
		<url>http://sourceforge.net/tracker/?group_id=182522</url>
	</issueManagement>

	<build>
		<resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
        		<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.4</source>
					<target>1.4</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<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>
				<executions>
					<execution>
						<phase>package</phase>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<executions>
					<execution>
						<id>verify_cobertura</id>
						<phase>verify</phase>
						<goals>
							<goal>cobertura</goal>
						</goals>
						<configuration>
							<formats>
								<format>xml</format>
								<format>html</format>
							</formats>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>findbugs-maven-plugin</artifactId>
				<executions>
					<execution>
						<id>verify_findbugs</id>
						<phase>verify</phase>
						<goals>
							<goal>findbugs</goal>
						</goals>
						<configuration>
							<reportFormat>xml</reportFormat>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<!-- plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>simian-maven-plugin</artifactId>
				<executions>
					<execution>
						<id>verify_simian</id>
						<phase>verify</phase>
						<goals>
							<goal>simian</goal>
						</goals>
						<configuration>
							<minimumThreshold>2</minimumThreshold>
						</configuration>
					</execution>
				</executions>
			</plugin -->
		</plugins>
	</build>

</project>