Details
File Contents
<?xml version="1.0"?>
<!--
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>
<pomVersion>3</pomVersion>
<name>Commons Id</name>
<id>commons-id</id>
<logo>/images/logo.png</logo>
<url>http://commons.apache.org/sandbox/id/</url>
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons Id</shortDescription>
<description>
Commons Id is a component used to generate unique identifiers.
</description>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
</organization>
<package>org.apache.commons.id</package>
<currentVersion>0.1-SNAPSHOT</currentVersion>
<versions>
</versions>
<branches>
</branches>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Commons&content=[id]</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/commons.apache.org/sandbox/id/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/id/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/id/trunk</connection>
<url>http://svn.apache.org/viewvc/commons/sandbox/id/</url>
</repository>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-user/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Phil Steitz</name>
<id>psteitz</id>
<email>psteitz at apache dot org</email>
<organization></organization>
<timezone>-9</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Gary Gregory</name>
<id>ggregory</id>
<email>ggregory@seagullsw.com</email>
<organization>Seagull Software</organization>
<timezone>-8</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Tim Reilly</name>
<id>treilly</id>
<email>treilly@apache.org</email>
<organization></organization>
<timezone>-5</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Jörg Schaible</name>
<id>joehni</id>
<email>joehni@apache.org</email>
<organization></organization>
<timezone>+1</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Eric Crampton</name>
<email></email>
<organization></organization>
</contributor>
<contributor>
<name>Michael Heuer</name>
<email></email>
<organization></organization>
</contributor>
<contributor>
<name>Rory Winston</name>
<email>rwinston@eircom.net</email>
<organization></organization>
</contributor>
<contributor>
<name>Jukka Zitting</name>
</contributor>
</contributors>
<dependencies>
<!-- IdentifierGeneratorFactory & VersionOneGenerator only -->
<dependency>
<id>commons-discovery</id>
<version>0.2</version>
</dependency>
<!-- Run-time dependency of commons-discovery -->
<dependency>
<id>commons-logging</id>
<version>1.0.3</version>
</dependency>
<!-- Ant task only -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
</dependency>
<!-- test -->
<dependency>
<id>junit</id>
<version>3.8.1</version>
</dependency>
<!-- reports -->
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.1.1</version>
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
<type>plugin</type>
</dependency>
</dependencies>
<build>
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.*</include>
</includes>
<resources>
<resource>
<directory>${basedir}/src/test-conf</directory>
<includes>
<include>*.state</include>
</includes>
</resource>
</resources>
</unitTest>
</build>
<reports>
<!-- <report>maven-changelog-plugin</report> -->
<report>maven-changes-plugin</report>
<report>maven-checkstyle-plugin</report>
<!-- <report>maven-clover-plugin</report> -->
<report>maven-cobertura-plugin</report>
<!-- <report>maven-developer-activity-plugin</report> -->
<!-- <report>maven-file-activity-plugin</report> -->
<report>maven-javadoc-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<!-- <report>maven-linkcheck-plugin</report> -->
<!-- <report>maven-statcvs-plugin</report> -->
<!-- <report>maven-tasklist-plugin</report> -->
</reports>
</project>
Last Updated: Thu, 07 Aug 2008 18:00:03 ().