Mercurial > hg > ConflictEditor
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 |
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 | 21 <distributionManagement> |
22 <site> | |
23 <id>xanthippe</id> | |
24 <url>scp://xanthippe.dyndns.org/var/www/localhost/htdocs/ConflictEditor</url> | |
25 </site> | |
26 </distributionManagement> | |
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 | 54 <plugins> |
55 <plugin> | |
56 <groupId>org.apache.maven.plugins</groupId> | |
57 <artifactId>maven-site-plugin</artifactId> | |
58 <version>3.0</version> | |
59 <dependencies> | |
60 <dependency> | |
61 <groupId>org.apache.maven.doxia</groupId> | |
62 <artifactId>doxia-module-twiki</artifactId> | |
63 <version>1.2</version> | |
64 </dependency> | |
65 <!-- add support for ssh/scp site deployment --> | |
66 <dependency> | |
67 <groupId>org.apache.maven.wagon</groupId> | |
68 <artifactId>wagon-ssh</artifactId> | |
69 <version>1.0</version> | |
70 </dependency> | |
71 </dependencies> | |
72 <configuration> | |
73 <inputEncoding>UTF-8</inputEncoding> | |
74 <outputEncoding>UTF-8</outputEncoding> | |
75 <reportPlugins> | |
76 <plugin> | |
77 <groupId>org.apache.maven.plugins</groupId> | |
78 <artifactId>maven-project-info-reports-plugin</artifactId> | |
79 <version>2.4</version> | |
80 <reports> | |
81 <report>distribution-management</report> | |
82 <report>index</report> | |
83 <report>summary</report> | |
84 </reports> | |
85 </plugin> | |
86 </reportPlugins> | |
87 </configuration> | |
88 </plugin> | |
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> |