]> git.pld-linux.org Git - packages/maven.git/blame - maven-doxia-modules.pom
- DF does not like macros in URLs
[packages/maven.git] / maven-doxia-modules.pom
CommitLineData
bd00ca76 1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Licensed to the Apache Software Foundation (ASF) under one
4or more contributor license agreements. See the NOTICE file
5distributed with this work for additional information
6regarding copyright ownership. The ASF licenses this file
7to you under the Apache License, Version 2.0 (the
8"License"); you may not use this file except in compliance
9with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing,
14software distributed under the License is distributed on an
15"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16KIND, either express or implied. See the License for the
17specific language governing permissions and limitations
18under the License.
19--><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">
20 <modelVersion>4.0.0</modelVersion>
21 <parent>
22 <artifactId>doxia</artifactId>
23 <groupId>org.apache.maven.doxia</groupId>
24 <version>1.0-alpha-10</version>
25 </parent>
26 <artifactId>doxia-modules</artifactId>
27 <name>Doxia :: Modules</name>
28 <description>Doxia modules for several markup languages.</description>
29
30 <packaging>pom</packaging>
31 <dependencies>
32 <dependency>
33 <groupId>org.apache.maven.doxia</groupId>
34 <artifactId>doxia-core</artifactId>
35 </dependency>
36 <dependency>
37 <groupId>org.apache.maven.doxia</groupId>
38 <artifactId>doxia-sink-api</artifactId>
39 </dependency>
40 <!-- test -->
41 <dependency>
42 <groupId>org.apache.maven.doxia</groupId>
43 <artifactId>doxia-core</artifactId>
44 <classifier>tests</classifier>
45 <scope>test</scope>
46 </dependency>
47 </dependencies>
48 <modules>
49 <module>doxia-module-confluence</module>
50 <module>doxia-module-docbook-simple</module>
51 <module>doxia-module-twiki</module>
52 <module>doxia-module-itext</module>
53 <module>doxia-module-apt</module>
54 <module>doxia-module-fml</module>
55 <module>doxia-module-latex</module>
56 <module>doxia-module-rtf</module>
57 <module>doxia-module-xdoc</module>
58 <module>doxia-module-xhtml</module>
59 </modules>
60</project>
This page took 0.084426 seconds and 4 git commands to generate.