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
jtulach@25
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@25
     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">
jtulach@25
     3
  <modelVersion>4.0.0</modelVersion>
jtulach@25
     4
  <packaging>pom</packaging>
jtulach@25
     5
  <groupId>org.apidesign</groupId>
jtulach@25
     6
  <artifactId>all-quoridor</artifactId>
jtulach@25
     7
  <version>1.0</version>
jtulach@25
     8
  <repositories>
jtulach@25
     9
      <repository>
jtulach@25
    10
          <id>netbeans</id>
jtulach@25
    11
          <url>http://bits.netbeans.org/maven2/</url>
jtulach@25
    12
      </repository>
jtulach@25
    13
  </repositories>
jtulach@25
    14
  <!--
jtulach@25
    15
  <scm>
jtulach@25
    16
      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
jtulach@25
    17
      <url>http://source.apidesign.org/hg/lookup</url>
jtulach@25
    18
  </scm>
jtulach@25
    19
  -->
jtulach@25
    20
  <licenses>
jtulach@25
    21
    <license>
jtulach@25
    22
        <name>GPL 2 with classpath Exception</name>
jtulach@25
    23
        <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
jtulach@25
    24
        <distribution>repo</distribution>
jtulach@25
    25
    </license>
jtulach@25
    26
    <license>
jtulach@25
    27
        <name>CDDL 1</name>
jtulach@25
    28
        <url>http://www.sun.com/cddl/cddl.html</url>
jtulach@25
    29
        <distribution>repo</distribution>
jtulach@25
    30
    </license>
jtulach@25
    31
  </licenses>
jtulach@25
    32
  <organization>
jtulach@25
    33
      <name>API Design</name>
jtulach@25
    34
      <url>http://apidesign.org</url>
jtulach@25
    35
  </organization>
jtulach@25
    36
  <modules>
jtulach@25
    37
    <module>quoridor</module>
jtulach@25
    38
    <module>visidor</module>
jtulach@35
    39
    <module>webidor</module>
jaroslav@178
    40
    <module>statistics</module>
jtulach@41
    41
    <module>freemarkerdor</module>
jtulach@153
    42
    <module>emailer</module>
jtulach@25
    43
  </modules>
jtulach@25
    44
    <name>Quoridor related projects</name>
jtulach@25
    45
    <description>Master project that agregates all quoridor related functionality.
jtulach@25
    46
    </description>
jaroslav@178
    47
</project>