pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 Sep 2010 21:02:55 +0200
branchdesktop
changeset 261 cf7e6b8259e1
parent 257 03762a20a808
parent 258 935118a5831a
child 267 d52fcec12bec
permissions -rw-r--r--
Adding images for black and white
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>
jaroslav@258
    13
    <repository>
jaroslav@258
    14
        <id>maven2-repository.dev.java.net</id>
jaroslav@258
    15
        <name>Java.net Repository for Maven</name>
jaroslav@258
    16
        <url>http://download.java.net/maven/2/</url>
jaroslav@258
    17
        <layout>default</layout>
jaroslav@258
    18
    </repository>
jtulach@25
    19
  </repositories>
jtulach@25
    20
  <!--
jtulach@25
    21
  <scm>
jtulach@25
    22
      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
jtulach@25
    23
      <url>http://source.apidesign.org/hg/lookup</url>
jtulach@25
    24
  </scm>
jtulach@25
    25
  -->
jtulach@25
    26
  <licenses>
jtulach@25
    27
    <license>
jaroslav@247
    28
        <name>gpl-3.0</name>
jaroslav@247
    29
        <url>http://www.opensource.org/licenses/gpl-3.0.html</url>
jtulach@25
    30
        <distribution>repo</distribution>
jtulach@25
    31
    </license>
jtulach@25
    32
  </licenses>
jtulach@25
    33
  <organization>
jtulach@25
    34
      <name>API Design</name>
jtulach@25
    35
      <url>http://apidesign.org</url>
jtulach@25
    36
  </organization>
jtulach@231
    37
  <properties>
jaroslav@258
    38
      <jerseyVersion>1.3</jerseyVersion>
jaroslav@253
    39
      <quoridorVersion>1.4</quoridorVersion>
jtulach@238
    40
      <webidorVersion>1.17</webidorVersion>
jtulach@231
    41
      <visidorVersion>1.0-SNAPSHOT</visidorVersion>
jaroslav@234
    42
      <freemarkerVersion>1.60</freemarkerVersion>
jtulach@240
    43
      <emailerVersion>1.1</emailerVersion>
jtulach@231
    44
      <statisticsVersion>1.8</statisticsVersion>
jaroslav@256
    45
      <wsdorVersion>1.0</wsdorVersion>
jtulach@231
    46
  </properties>
jtulach@25
    47
  <modules>
jtulach@25
    48
    <module>quoridor</module>
jtulach@25
    49
    <module>visidor</module>
jtulach@35
    50
    <module>webidor</module>
jaroslav@178
    51
    <module>statistics</module>
jtulach@41
    52
    <module>freemarkerdor</module>
jtulach@153
    53
    <module>emailer</module>
jaroslav@256
    54
    <module>wsdor</module>
jaroslav@257
    55
    <module>desktop</module>
jtulach@25
    56
  </modules>
jtulach@25
    57
    <name>Quoridor related projects</name>
jtulach@25
    58
    <description>Master project that agregates all quoridor related functionality.
jtulach@25
    59
    </description>
jaroslav@256
    60
</project>