annotate pom.xml @ 12:9189ba27fcf8 default tip

merge
author casties
date Fri, 06 Sep 2013 11:06:00 +0200
parents 38be9940e142
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
4 <parent>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
5 <artifactId>digilib</artifactId>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
6 <groupId>digilib</groupId>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
7 <version>2.2-SNAPSHOT</version>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
8 </parent>
11
38be9940e142 changed artifact id not to be confused with new doc module in digilib main repo.
casties
parents: 8
diff changeset
9 <artifactId>digilib-olddoc</artifactId>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
10 <packaging>pom</packaging>
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
11 <name>digilib documentation</name>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
12 <properties>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
14 </properties>
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
15 <build>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
16 <plugins>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
17 <plugin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
18 <groupId>org.apache.maven.plugins</groupId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
19 <artifactId>maven-site-plugin</artifactId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
20 <version>3.3</version>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
21 <dependencies>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
22 <dependency>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
23 <groupId>org.apache.maven.doxia</groupId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
24 <artifactId>doxia-module-markdown</artifactId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
25 <version>1.4</version>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
26 </dependency>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
27 </dependencies>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
28 </plugin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
29 </plugins>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
30 </build>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
31 <reporting>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
32 <plugins>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
33 <plugin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
34 <groupId>org.apache.maven.plugins</groupId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
35 <artifactId>maven-project-info-reports-plugin</artifactId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
36 <version>2.7</version>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
37 <reportSets>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
38 <reportSet>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
39 <reports>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
40 <report>project-team</report>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
41 <report>mailing-list</report>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
42 <report>scm</report>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
43 <report>issue-tracking</report>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
44 <!-- <report>cim</report> -->
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
45 <report>license</report>
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
46 </reports>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
47 </reportSet>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
48 </reportSets>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
49 </plugin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
50 </plugins>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
51 </reporting>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
52 </project>