blob: 6e53cf041b680d32d49c3480fc9fc88056ab8edf [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>surefire</groupId>
<artifactId>surefire-root</artifactId>
<packaging>pom</packaging>
<name>SureFire Parent</name>
<version>1.1-SNAPSHOT</version>
<description>Surefire is a test framework project.</description>
<url>http://surefire.codehaus.org/</url>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/SUREFIRE</url>
</issueManagement>
<ciManagement>
<system>continuum</system>
<url></url>
<notifiers>
<notifier>
<type>email</type>
<address>dev@surefire.codehaus.org</address>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2004</inceptionYear>
<mailingLists>
<mailingList>
<name>Surefire User List</name>
<subscribe>user-subscribe@surefire.codehaus.org</subscribe>
<unsubscribe>user-unsubscribe@surefire.codehaus.org</unsubscribe>
<archive>http://archive.surefire.codehaus.org/user/</archive>
</mailingList>
<mailingList>
<name>Surefire Developer List</name>
<subscribe>dev-subscribe@surefire.codehaus.org</subscribe>
<unsubscribe>dev-unsubscribe@surefire.codehaus.org</unsubscribe>
<archive>http://archive.surefire.codehaus.org/dev/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>jvanzyl</id>
<name>Jason van Zyl</name>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>evenisse</id>
<name>Emmanuel Venisse</name>
<email>evenisse@codehaus.org</email>
<organization>Codehaus</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:cvs:pserver:anoncvs@cvs.surefire.codehaus.org:/scm/surefire:surefire</connection>
<developerConnection>
scm:cvs:ext:${maven.username}@cvs.surefire.codehaus.org:/scm/surefire:surefire
</developerConnection>
<url>http://cvs.surefire.codehaus.org/surefire/</url>
</scm>
<organization>
<name>Codehaus</name>
<url>http://www.codehaus.org/</url>
</organization>
<distributionManagement>
<repository>
<id>repo1</id>
<name>Maven Central Repository</name>
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
</repository>
<site>
<id>surefire</id>
<name>Surefire Site at Codehaus</name>
<url>scp://beaver.codehaus.org//home/projects/surefire/public_html</url>
</site>
</distributionManagement>
<modules>
<module>surefire</module>
<module>surefire-booter</module>
</modules>
<build>
<sourceDirectory>src/main</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
</build>
</project>