pom.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 22 Mar 2015 09:34:51 +0100
changeset 980 fdd7f8e3c9e4
parent 972 a2947558c966
permissions -rw-r--r--
Making sure we generate proper javadoc
jtulach@576
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@576
     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">
jaroslav@562
     3
  <modelVersion>4.0.0</modelVersion>
jaroslav@562
     4
  <packaging>pom</packaging>
jaroslav@562
     5
  <groupId>org.apidesign</groupId>
jaroslav@562
     6
  <artifactId>all-lookup</artifactId>
jaroslav@562
     7
  <version>2.0</version>
jaroslav@592
     8
  <repositories>
jaroslav@592
     9
      <repository>
jaroslav@592
    10
          <id>netbeans</id>
jaroslav@592
    11
          <url>http://bits.netbeans.org/maven2/</url>
jaroslav@592
    12
      </repository>
jaroslav@592
    13
  </repositories>
jaroslav@592
    14
  <scm>
jtulach@611
    15
      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
jtulach@611
    16
      <url>http://source.apidesign.org/hg/lookup</url>
jaroslav@592
    17
  </scm>
jtulach@613
    18
  <licenses>
jtulach@613
    19
    <license>
jtulach@613
    20
        <name>GPL 2 with classpath Exception</name>
jtulach@613
    21
        <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
jtulach@613
    22
        <distribution>repo</distribution>
jtulach@613
    23
    </license>
jtulach@613
    24
    <license>
jtulach@613
    25
        <name>CDDL 1</name>
jtulach@613
    26
        <url>http://www.sun.com/cddl/cddl.html</url>
jtulach@613
    27
        <distribution>repo</distribution>
jtulach@613
    28
    </license>
jtulach@613
    29
  </licenses>
jtulach@613
    30
  <organization>
jtulach@612
    31
      <name>API Design</name>
jtulach@612
    32
      <url>http://apidesign.org</url>
jtulach@612
    33
  </organization>
jaroslav@562
    34
  <modules>
jaroslav@565
    35
    <module>spring.lookup</module>
jtulach@576
    36
    <module>anagramdemo</module>
jaroslav@562
    37
  </modules>
jtulach@573
    38
    <name>Lookup related projects from apidesign.org</name>
jtulach@978
    39
    <description>Master project that aggregates all lookup related
jtulach@573
    40
projects that are provided from apidesign.org site.</description>
jaroslav@562
    41
</project>