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
     1 <?xml version="1.0" encoding="UTF-8"?>
     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">
     3   <modelVersion>4.0.0</modelVersion>
     4   <packaging>pom</packaging>
     5   <groupId>org.apidesign</groupId>
     6   <artifactId>all-lookup</artifactId>
     7   <version>2.0</version>
     8   <repositories>
     9       <repository>
    10           <id>netbeans</id>
    11           <url>http://bits.netbeans.org/maven2/</url>
    12       </repository>
    13   </repositories>
    14   <scm>
    15       <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
    16       <url>http://source.apidesign.org/hg/lookup</url>
    17   </scm>
    18   <licenses>
    19     <license>
    20         <name>GPL 2 with classpath Exception</name>
    21         <url>http://www.openjdk.org/legal/gplv2+ce.html</url>
    22         <distribution>repo</distribution>
    23     </license>
    24     <license>
    25         <name>CDDL 1</name>
    26         <url>http://www.sun.com/cddl/cddl.html</url>
    27         <distribution>repo</distribution>
    28     </license>
    29   </licenses>
    30   <organization>
    31       <name>API Design</name>
    32       <url>http://apidesign.org</url>
    33   </organization>
    34   <modules>
    35     <module>spring.lookup</module>
    36     <module>anagramdemo</module>
    37   </modules>
    38     <name>Lookup related projects from apidesign.org</name>
    39     <description>Master project that aggregates all lookup related
    40 projects that are provided from apidesign.org site.</description>
    41 </project>