Home | History | Annotate | Download | only in 1.0
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <!--
      4 Licensed to the Apache Software Foundation (ASF) under one
      5 or more contributor license agreements.  See the NOTICE file
      6 distributed with this work for additional information
      7 regarding copyright ownership.  The ASF licenses this file
      8 to you under the Apache License, Version 2.0 (the
      9 "License"); you may not use this file except in compliance
     10 with the License.  You may obtain a copy of the License at
     11 
     12   http://www.apache.org/licenses/LICENSE-2.0
     13 
     14 Unless required by applicable law or agreed to in writing,
     15 software distributed under the License is distributed on an
     16 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     17 KIND, either express or implied.  See the License for the
     18 specific language governing permissions and limitations
     19 under the License.
     20 -->
     21 
     22 <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/maven-v4_0_0.xsd">
     23   <modelVersion>4.0.0</modelVersion>
     24 
     25   <parent>
     26     <groupId>org.apache.maven</groupId>
     27     <artifactId>maven-parent</artifactId>
     28     <version>11</version>
     29     <relativePath>../../pom/maven/pom.xml</relativePath>
     30   </parent>
     31 
     32   <groupId>org.apache.maven.doxia</groupId>
     33   <artifactId>doxia-sitetools</artifactId>
     34   <version>1.0</version>
     35   <packaging>pom</packaging>
     36 
     37   <name>Doxia Sitetools</name>
     38   <description>Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia.</description>
     39   <url>http://maven.apache.org/doxia/doxia-sitetools</url>
     40   <inceptionYear>2005</inceptionYear>
     41 
     42   <mailingLists>
     43     <mailingList>
     44       <name>Doxia Developer List</name>
     45       <post>doxia-dev (a] maven.apache.org</post>
     46       <subscribe>doxia-dev-subscribe (a] maven.apache.org</subscribe>
     47       <unsubscribe>doxia-dev-unsubscribe (a] maven.apache.org</unsubscribe>
     48       <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive>
     49       <otherArchives>
     50         <otherArchive>http://www.mail-archive.com/doxia-dev@maven.apache.org</otherArchive>
     51         <otherArchive>http://www.nabble.com/Doxia---dev-f11816.html</otherArchive>
     52         <otherArchive>http://maven.doxia.dev.markmail.org/</otherArchive>
     53       </otherArchives>
     54     </mailingList>
     55     <mailingList>
     56       <name>Doxia User List</name>
     57       <post>doxia-users (a] maven.apache.org</post>
     58       <subscribe>doxia-users-subscribe (a] maven.apache.org</subscribe>
     59       <unsubscribe>doxia-users-unsubscribe (a] maven.apache.org</unsubscribe>
     60       <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive>
     61       <otherArchives>
     62         <otherArchive>http://www.mail-archive.com/doxia-users@maven.apache.org</otherArchive>
     63         <otherArchive>http://www.nabble.com/Doxia---Users-f14483.html</otherArchive>
     64         <otherArchive>http://maven.doxia.users.markmail.org/</otherArchive>
     65       </otherArchives>
     66     </mailingList>
     67     <mailingList>
     68       <name>Doxia Commits List</name>
     69       <subscribe>doxia-commits-subscribe (a] maven.apache.org</subscribe>
     70       <unsubscribe>doxia-commits-unsubscribe (a] maven.apache.org</unsubscribe>
     71       <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive>
     72       <otherArchives>
     73         <otherArchive>http://www.mail-archive.com/doxia-commits@maven.apache.org</otherArchive>
     74         <otherArchive>http://maven.doxia.commits.markmail.org/</otherArchive>
     75       </otherArchives>
     76     </mailingList>
     77     <mailingList>
     78       <name>Maven Issues List</name>
     79       <subscribe>issues-subscribe (a] maven.apache.org</subscribe>
     80       <unsubscribe>issues-unsubscribe (a] maven.apache.org</unsubscribe>
     81       <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
     82       <otherArchives>
     83         <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
     84         <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive>
     85         <otherArchive>http://maven.issues.markmail.org/</otherArchive>
     86       </otherArchives>
     87     </mailingList>
     88   </mailingLists>
     89 
     90   <modules>
     91     <module>doxia-decoration-model</module>
     92     <module>doxia-doc-renderer</module>
     93     <module>doxia-site-renderer</module>
     94   </modules>
     95 
     96   <scm>
     97     <connection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.0</connection>
     98     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.0</developerConnection>
     99     <url>https://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.0</url>
    100   </scm>
    101   <issueManagement>
    102     <system>jira</system>
    103     <url>http://jira.codehaus.org/browse/DOXIASITETOOLS</url>
    104   </issueManagement>
    105   <distributionManagement>
    106     <site>
    107       <id>apache.website</id>
    108       <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-1.0.x</url>
    109     </site>
    110   </distributionManagement>
    111 
    112   <properties>
    113     <projectVersion>${project.version}</projectVersion>
    114     <doxiaVersion>1.0</doxiaVersion>
    115   </properties>
    116 
    117   <dependencyManagement>
    118     <dependencies>
    119       <dependency>
    120         <groupId>org.apache.maven.doxia</groupId>
    121         <artifactId>doxia-sink-api</artifactId>
    122         <version>${doxiaVersion}</version>
    123       </dependency>
    124       <dependency>
    125         <groupId>org.apache.maven.doxia</groupId>
    126         <artifactId>doxia-core</artifactId>
    127         <version>${doxiaVersion}</version>
    128       </dependency>
    129       <dependency>
    130         <groupId>org.apache.maven.doxia</groupId>
    131         <artifactId>doxia-module-apt</artifactId>
    132         <version>${doxiaVersion}</version>
    133       </dependency>
    134       <dependency>
    135         <groupId>org.apache.maven.doxia</groupId>
    136         <artifactId>doxia-module-fml</artifactId>
    137         <version>${doxiaVersion}</version>
    138       </dependency>
    139       <dependency>
    140         <groupId>org.apache.maven.doxia</groupId>
    141         <artifactId>doxia-module-xdoc</artifactId>
    142         <version>${doxiaVersion}</version>
    143       </dependency>
    144       <dependency>
    145         <groupId>org.apache.maven.doxia</groupId>
    146         <artifactId>doxia-module-xhtml</artifactId>
    147         <version>${doxiaVersion}</version>
    148       </dependency>
    149       <dependency>
    150         <groupId>org.apache.maven.doxia</groupId>
    151         <artifactId>doxia-decoration-model</artifactId>
    152         <version>${projectVersion}</version>
    153       </dependency>
    154       <!-- Plexus -->
    155       <dependency>
    156         <groupId>org.codehaus.plexus</groupId>
    157         <artifactId>plexus-container-default</artifactId>
    158         <version>1.0-alpha-30</version>
    159       </dependency>
    160       <dependency>
    161         <groupId>org.codehaus.plexus</groupId>
    162         <artifactId>plexus-i18n</artifactId>
    163         <version>1.0-beta-7</version>
    164         <exclusions>
    165           <exclusion>
    166             <groupId>org.codehaus.plexus</groupId>
    167             <artifactId>plexus-component-api</artifactId>
    168           </exclusion>
    169         </exclusions>
    170       </dependency>
    171       <dependency>
    172         <groupId>org.codehaus.plexus</groupId>
    173         <artifactId>plexus-utils</artifactId>
    174         <version>1.5.7</version>
    175       </dependency>
    176     </dependencies>
    177   </dependencyManagement>
    178   <dependencies>
    179     <dependency>
    180       <groupId>junit</groupId>
    181       <artifactId>junit</artifactId>
    182       <version>3.8.2</version>
    183       <scope>test</scope>
    184     </dependency>
    185   </dependencies>
    186 
    187   <build>
    188     <pluginManagement>
    189       <plugins>
    190         <plugin>
    191           <groupId>org.apache.maven.plugins</groupId>
    192           <artifactId>maven-release-plugin</artifactId>
    193           <configuration>
    194             <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase>
    195           </configuration>
    196         </plugin>
    197         <plugin>
    198           <groupId>org.codehaus.modello</groupId>
    199           <artifactId>modello-maven-plugin</artifactId>
    200           <version>1.0</version>
    201         </plugin>
    202         <plugin>
    203           <groupId>org.codehaus.plexus</groupId>
    204           <artifactId>plexus-maven-plugin</artifactId>
    205           <version>1.3.5</version>
    206         </plugin>
    207       </plugins>
    208     </pluginManagement>
    209   </build>
    210 
    211   <profiles>
    212     <profile>
    213       <id>reporting</id>
    214       <reporting>
    215         <plugins>
    216           <plugin>
    217             <groupId>org.apache.maven.plugins</groupId>
    218             <artifactId>maven-javadoc-plugin</artifactId>
    219             <configuration>
    220               <source>1.4</source>
    221               <aggregate>true</aggregate>
    222               <links>
    223                 <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
    224                 <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
    225                 <link>http://junit.sourceforge.net/javadoc/</link>
    226               </links>
    227               <tagletArtifacts>
    228                 <tagletArtifact>
    229                   <groupId>org.codehaus.plexus</groupId>
    230                   <artifactId>plexus-javadoc</artifactId>
    231                   <version>1.0</version>
    232                 </tagletArtifact>
    233               </tagletArtifacts>
    234             </configuration>
    235           </plugin>
    236           <plugin>
    237             <groupId>org.apache.maven.plugins</groupId>
    238             <artifactId>maven-jxr-plugin</artifactId>
    239             <configuration>
    240               <aggregate>true</aggregate>
    241             </configuration>
    242           </plugin>
    243         </plugins>
    244       </reporting>
    245     </profile>
    246   </profiles>
    247 </project>
    248