pom.xml
changeset 25 f27d4c4cd464
child 35 2e85dd878f04
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pom.xml	Mon May 25 09:07:15 2009 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<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">
     1.6 +  <modelVersion>4.0.0</modelVersion>
     1.7 +  <packaging>pom</packaging>
     1.8 +  <groupId>org.apidesign</groupId>
     1.9 +  <artifactId>all-quoridor</artifactId>
    1.10 +  <version>1.0</version>
    1.11 +  <repositories>
    1.12 +      <repository>
    1.13 +          <id>netbeans</id>
    1.14 +          <url>http://bits.netbeans.org/maven2/</url>
    1.15 +      </repository>
    1.16 +  </repositories>
    1.17 +  <!--
    1.18 +  <scm>
    1.19 +      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
    1.20 +      <url>http://source.apidesign.org/hg/lookup</url>
    1.21 +  </scm>
    1.22 +  -->
    1.23 +  <licenses>
    1.24 +    <license>
    1.25 +        <name>GPL 2 with classpath Exception</name>
    1.26 +        <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
    1.27 +        <distribution>repo</distribution>
    1.28 +    </license>
    1.29 +    <license>
    1.30 +        <name>CDDL 1</name>
    1.31 +        <url>http://www.sun.com/cddl/cddl.html</url>
    1.32 +        <distribution>repo</distribution>
    1.33 +    </license>
    1.34 +  </licenses>
    1.35 +  <organization>
    1.36 +      <name>API Design</name>
    1.37 +      <url>http://apidesign.org</url>
    1.38 +  </organization>
    1.39 +  <modules>
    1.40 +    <module>quoridor</module>
    1.41 +    <module>visidor</module>
    1.42 +  </modules>
    1.43 +    <name>Quoridor related projects</name>
    1.44 +    <description>Master project that agregates all quoridor related functionality.
    1.45 +    </description>
    1.46 +</project>