annotate pom.xml @ 11:ab4794707336 default tip

pluginManagement crap for new m2e Eclipse plugin...
author casties
date Thu, 23 Jun 2011 19:22:56 +0200
parents 39c4892724ae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6a163b1bcd4d first checkin
casties
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6a163b1bcd4d first checkin
casties
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
4 <groupId>info.textgrid</groupId>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
5 <artifactId>digilibservice</artifactId>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
6 <packaging>pom</packaging>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
7 <version>1.0-SNAPSHOT</version>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
8 <name>digilibservice Maven Webapp</name>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
9 <url>http://maven.apache.org</url>
3
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
10 <properties>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
12 <cxf.version>2.3.3</cxf.version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
13 <jetty.version>6.1.15</jetty.version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
14 </properties>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
15 <dependencyManagement>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
16 <dependencies>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
17 <dependency>
3
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
18 <groupId>info.textgrid.middleware</groupId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
19 <artifactId>tgcrud-client</artifactId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
20 <version>1.2-BETA-SNAPSHOT</version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
21 <!-- <version>1.2.1-SNAPSHOT</version> -->
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
22 </dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
23 <dependency>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
24 <groupId>junit</groupId>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
25 <artifactId>junit</artifactId>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
26 <version>3.8.1</version>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
27 <scope>test</scope>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
28 </dependency>
3
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
29 <dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
30 <groupId>org.apache.cxf</groupId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
31 <artifactId>cxf</artifactId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
32 <version>${cxf.version}</version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
33 <type>pom</type>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
34 </dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
35 <dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
36 <groupId>org.apache.cxf</groupId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
37 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
38 <version>${cxf.version}</version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
39 </dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
40 <dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
41 <groupId>org.apache.cxf</groupId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
42 <artifactId>cxf-rt-frontend-jaxws</artifactId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
43 <version>${cxf.version}</version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
44 </dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
45 <dependency>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
46 <groupId>org.apache.cxf</groupId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
47 <artifactId>cxf-rt-transports-http</artifactId>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
48 <version>${cxf.version}</version>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
49 </dependency>
4
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
50 <dependency>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
51 <groupId>digilib</groupId>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
52 <artifactId>digilib-common</artifactId>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
53 <version>2.0-SNAPSHOT</version>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
54 <type>jar</type>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
55 <scope>compile</scope>
2a34f8fa0f32 works as a service, takes uri and sid and scales now.
casties
parents: 3
diff changeset
56 </dependency>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
57 </dependencies>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
58 </dependencyManagement>
3
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
59 <repositories>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
60 <repository>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
61 <id>archiva.internal.http</id>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
62 <name>Archiva Managed Internal Repository</name>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
63 <url>http://repository.bibforge.org/archiva/repository/internal</url>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
64 <releases>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
65 <enabled>true</enabled>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
66 </releases>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
67 <snapshots>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
68 <enabled>false</enabled>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
69 </snapshots>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
70 </repository>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
71 <repository>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
72 <id>archiva.snapshots.http</id>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
73 <name>Archiva Managed Snapshot Repository</name>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
74 <url>http://repository.bibforge.org/archiva/repository/snapshots</url>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
75 <releases>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
76 <enabled>true</enabled>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
77 </releases>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
78 <snapshots>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
79 <enabled>true</enabled>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
80 </snapshots>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
81 </repository>
1baf94752fe8 tgcrud dependency in pom
casties
parents: 0
diff changeset
82 </repositories>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
83 <modules>
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
84 <module>service</module>
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
85 <module>client</module>
39c4892724ae new version with maven modules for service and client.
casties
parents: 4
diff changeset
86 </modules>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
87 </project>