pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Jan 2010 23:08:06 +0100
branchstatistics-and-elo
changeset 181 e3fb438103e0
parent 153 ac818c32c6e9
child 186 47e21a031490
permissions -rw-r--r--
Test to verify behaviour of getCode and valueOf
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <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/xsd/maven-4.0.0.xsd">
     3   <modelVersion>4.0.0</modelVersion>
     4   <packaging>pom</packaging>
     5   <groupId>org.apidesign</groupId>
     6   <artifactId>all-quoridor</artifactId>
     7   <version>1.0</version>
     8   <repositories>
     9       <repository>
    10           <id>netbeans</id>
    11           <url>http://bits.netbeans.org/maven2/</url>
    12       </repository>
    13   </repositories>
    14   <!--
    15   <scm>
    16       <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
    17       <url>http://source.apidesign.org/hg/lookup</url>
    18   </scm>
    19   -->
    20   <licenses>
    21     <license>
    22         <name>GPL 2 with classpath Exception</name>
    23         <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
    24         <distribution>repo</distribution>
    25     </license>
    26     <license>
    27         <name>CDDL 1</name>
    28         <url>http://www.sun.com/cddl/cddl.html</url>
    29         <distribution>repo</distribution>
    30     </license>
    31   </licenses>
    32   <organization>
    33       <name>API Design</name>
    34       <url>http://apidesign.org</url>
    35   </organization>
    36   <modules>
    37     <module>quoridor</module>
    38     <module>visidor</module>
    39     <module>webidor</module>
    40     <module>statistics</module>
    41     <module>freemarkerdor</module>
    42     <module>emailer</module>
    43   </modules>
    44     <name>Quoridor related projects</name>
    45     <description>Master project that agregates all quoridor related functionality.
    46     </description>
    47 </project>