pom.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Wed, 16 Sep 2009 22:28:11 +0200
branchdisplay-image
changeset 91 786df32c496b
parent 35 2e85dd878f04
child 153 ac818c32c6e9
permissions -rw-r--r--
First attempt to show the board as image
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>
jtulach@41
    40
    <module>freemarkerdor</module>
jtulach@25
    41
  </modules>
jtulach@25
    42
    <name>Quoridor related projects</name>
jtulach@25
    43
    <description>Master project that agregates all quoridor related functionality.
jtulach@25
    44
    </description>
jtulach@35
    45
</project>