pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 15 Apr 2010 23:43:25 +0200
changeset 237 38db4aae19d9
parent 234 0a71b6bd786f
child 238 a4f6aca595e8
permissions -rw-r--r--
Jumping forth and back shall be prohibited
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>
jaroslav@186
     5
  <groupId>cz.xelfi.quoridor</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@231
    36
  <properties>
jaroslav@237
    37
      <quoridorVersion>1.2</quoridorVersion>
jaroslav@237
    38
      <webidorVersion>1.16</webidorVersion>
jtulach@231
    39
      <visidorVersion>1.0-SNAPSHOT</visidorVersion>
jaroslav@234
    40
      <freemarkerVersion>1.60</freemarkerVersion>
jtulach@231
    41
      <emailerVersion>1.0</emailerVersion>
jtulach@231
    42
      <statisticsVersion>1.8</statisticsVersion>
jtulach@231
    43
  </properties>
jtulach@25
    44
  <modules>
jtulach@25
    45
    <module>quoridor</module>
jtulach@25
    46
    <module>visidor</module>
jtulach@35
    47
    <module>webidor</module>
jaroslav@178
    48
    <module>statistics</module>
jtulach@41
    49
    <module>freemarkerdor</module>
jtulach@153
    50
    <module>emailer</module>
jtulach@25
    51
  </modules>
jtulach@25
    52
    <name>Quoridor related projects</name>
jtulach@25
    53
    <description>Master project that agregates all quoridor related functionality.
jtulach@25
    54
    </description>
jaroslav@178
    55
</project>