annotate pom.xml @ 41:0c36e54a85b5

add a site
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 10 Oct 2011 02:56:36 +0200
parents 3201f93801d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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">
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 <groupId>de.codedo</groupId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 <artifactId>conflict-editor-parent</artifactId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 <version>1.0-SNAPSHOT</version>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 <packaging>pom</packaging>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 <name>Conflict Editor Parent</name>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 <url>http://xanthippe.dyndns.org/ConflictEditor</url>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 <properties>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 <vmtype>org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType</vmtype>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 </properties>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 <modules>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 <module>conflict-editor</module>
39
3201f93801d0 add a module that generates a webstart package
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 38
diff changeset
18 <module>webstart-package</module>
38
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 </modules>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20
41
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
21 <distributionManagement>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
22 <site>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
23 <id>xanthippe</id>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
24 <url>scp://xanthippe.dyndns.org/var/www/localhost/htdocs/ConflictEditor</url>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
25 </site>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
26 </distributionManagement>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
27
38
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
28 <build>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
29 <pluginManagement>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
30 <plugins>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
31 <plugin>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
32 <groupId>org.apache.maven.plugins</groupId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 <artifactId>maven-compiler-plugin</artifactId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
34 <version>2.3.2</version>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35 <configuration>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36 <source>1.6</source>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37 <target>1.6</target>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38 <encoding>UTF-8</encoding>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
39 </configuration>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
40 </plugin>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
41 <plugin>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
42 <groupId>org.apache.maven.plugins</groupId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
43 <artifactId>maven-eclipse-plugin</artifactId>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
44 <version>2.8</version>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
45 <configuration>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
46 <downloadSources>true</downloadSources>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
47 <classpathContainers>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
48 <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/${vmtype}/JavaSE-1.6</classpathContainer>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
49 </classpathContainers>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
50 </configuration>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
51 </plugin>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
52 </plugins>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
53 </pluginManagement>
41
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
54 <plugins>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
55 <plugin>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
56 <groupId>org.apache.maven.plugins</groupId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
57 <artifactId>maven-site-plugin</artifactId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
58 <version>3.0</version>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
59 <dependencies>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
60 <dependency>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
61 <groupId>org.apache.maven.doxia</groupId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
62 <artifactId>doxia-module-twiki</artifactId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
63 <version>1.2</version>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
64 </dependency>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
65 <!-- add support for ssh/scp site deployment -->
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
66 <dependency>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
67 <groupId>org.apache.maven.wagon</groupId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
68 <artifactId>wagon-ssh</artifactId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
69 <version>1.0</version>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
70 </dependency>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
71 </dependencies>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
72 <configuration>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
73 <inputEncoding>UTF-8</inputEncoding>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
74 <outputEncoding>UTF-8</outputEncoding>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
75 <reportPlugins>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
76 <plugin>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
77 <groupId>org.apache.maven.plugins</groupId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
78 <artifactId>maven-project-info-reports-plugin</artifactId>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
79 <version>2.4</version>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
80 <reports>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
81 <report>distribution-management</report>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
82 <report>index</report>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
83 <report>summary</report>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
84 </reports>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
85 </plugin>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
86 </reportPlugins>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
87 </configuration>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
88 </plugin>
0c36e54a85b5 add a site
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 39
diff changeset
89 </plugins>
38
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
90 </build>
6c85a4fcfe28 add a toplevel pom, make this a reactor build
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
91 </project>