annotate pom.xml @ 641:c08773b0872e

Fixed project dependencies and openid authentication/authorization for tests.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 30 Apr 2015 16:26:08 +0200
parents a56b912bead4
children 3b1755df4f33
rev   line source
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
4 <modelVersion>4.0.0</modelVersion>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
5
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
6 <name>Lada Server</name>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
7
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
8 <groupId>de.intevation</groupId>
633
a56b912bead4 Changed artifactId to 'lada-server'.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 545
diff changeset
9 <artifactId>lada-server</artifactId>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
10 <packaging>war</packaging>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
11 <parent>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
12 <groupId>org.jboss</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
13 <artifactId>jboss-parent</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
14 <version>14</version>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
15 <relativePath />
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
16 </parent>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
17
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
18 <properties>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
20 </properties>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
21
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
22 <dependencyManagement>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
23 <dependencies>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
24 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
25 <groupId>org.wildfly.bom</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
26 <artifactId>jboss-javaee-7.0-with-tools</artifactId>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
27 <version>8.2.1.Final</version>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
28 <type>pom</type>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
29 <scope>import</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
30 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
31 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
32 <groupId>org.wildfly.bom</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
33 <artifactId>jboss-javaee-7.0-with-hibernate</artifactId>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
34 <version>8.2.1.Final</version>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
35 <type>pom</type>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
36 <scope>import</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
37 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
38 </dependencies>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
39 </dependencyManagement>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
40
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
41 <dependencies>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
42 <!-- JavaEE and JBoss/Wildfly -->
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
43 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
44 <groupId>javax.enterprise</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
45 <artifactId>cdi-api</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
46 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
47 </dependency>
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
48 <dependency>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
49 <groupId>javax.ws.rs</groupId>
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
50 <artifactId>javax.ws.rs-api</artifactId>
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
51 <version>2.0.1</version>
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
52 </dependency>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
53 <dependency>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
54 <groupId>org.jboss.spec.javax.ejb</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
55 <artifactId>jboss-ejb-api_3.2_spec</artifactId>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
56 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
57 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
58 <dependency>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
59 <groupId>org.jboss.spec.javax.json</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
60 <artifactId>jboss-json-api_1.0_spec</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
61 </dependency>
545
8e3f57e2f4af Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 544
diff changeset
62 <dependency>
8e3f57e2f4af Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 544
diff changeset
63 <groupId>org.jboss.spec.javax.servlet</groupId>
8e3f57e2f4af Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 544
diff changeset
64 <artifactId>jboss-servlet-api_3.0_spec</artifactId>
8e3f57e2f4af Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 544
diff changeset
65 <version>1.0.2.Final</version>
8e3f57e2f4af Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 544
diff changeset
66 </dependency>
443
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
67 <dependency>
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
68 <groupId>com.fasterxml.jackson.core</groupId>
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
69 <artifactId>jackson-annotations</artifactId>
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
70 <version>2.5.1</version>
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
71 </dependency>
7e8cbc69b784 Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 437
diff changeset
72
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
73 <!-- Hibernate -->
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
74 <dependency>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
75 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
76 <artifactId>hibernate-entitymanager</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
77 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
78 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
79 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
80 <artifactId>hibernate-validator</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
81 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
82 <exclusions>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
83 <exclusion>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
84 <groupId>org.slf4j</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
85 <artifactId>slf4j-api</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
86 </exclusion>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
87 </exclusions>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
88 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
89 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
90 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
91 <artifactId>hibernate-jpamodelgen</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
92 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
93 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
94 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
95 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
96 <artifactId>hibernate-validator-annotation-processor</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
97 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
98 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
99 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
100 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
101 <artifactId>hibernate-core</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
102 <scope>provided</scope>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
103 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
104 <dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
105 <groupId>org.hibernate</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
106 <artifactId>hibernate-spatial</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
107 <version>4.3</version>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
108 </dependency>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
109
435
2b58a86ca06f Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 430
diff changeset
110 <!-- Logging -->
2b58a86ca06f Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 430
diff changeset
111 <dependency>
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
112 <groupId>log4j</groupId>
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
113 <artifactId>log4j</artifactId>
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
114 <version>1.2.17</version>
435
2b58a86ca06f Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 430
diff changeset
115 </dependency>
2b58a86ca06f Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 430
diff changeset
116
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
117 <!-- Arquillian/Testing -->
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
118 <dependency>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
119 <groupId>junit</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
120 <artifactId>junit</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
121 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
122 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
123 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
124 <groupId>org.jboss.arquillian.junit</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
125 <artifactId>arquillian-junit-container</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
126 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
127 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
128 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
129 <groupId>org.jboss.arquillian.protocol</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
130 <artifactId>arquillian-protocol-servlet</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
131 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
132 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
133 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
134 <groupId>org.glassfish</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
135 <artifactId>javax.json</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
136 <version>1.0.4</version>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
137 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
138 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
139 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
140 <groupId>org.jboss.resteasy</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
141 <artifactId>resteasy-client</artifactId>
641
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
142 <version>3.0.11.Final</version>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
143 <scope>test</scope>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
144 </dependency>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
145 </dependencies>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
146
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
147 <profiles>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
148 <profile>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
149 <id>default</id>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
150 <activation>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
151 <activeByDefault>true</activeByDefault>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
152 </activation>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
153 <build>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
154 <plugins>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
155 <plugin>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
156 <artifactId>maven-surefire-plugin</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
157 <configuration>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
158 <skip>true</skip>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
159 </configuration>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
160 </plugin>
641
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
161 <plugin>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
162 <artifactId>maven-compiler-plugin</artifactId>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
163 <version>3.1</version>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
164 <executions>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
165 <execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
166 <id>default-testCompile</id>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
167 <phase>test-compile</phase>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
168 <goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
169 <goal>testCompile</goal>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
170 </goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
171 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
172 <excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
173 <exclude>**/auth/TestAuthorization.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
174 </excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
175 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
176 </execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
177 <execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
178 <id>default-compile</id>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
179 <phase>compile</phase>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
180 <goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
181 <goal>compile</goal>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
182 </goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
183 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
184 <excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
185 <exclude>**/auth/TestAuthorization.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
186 </excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
187 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
188 </execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
189 </executions>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
190 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
191 <showDeprecation>true</showDeprecation>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
192 <showWarnings>true</showWarnings>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
193 <compilerArguments>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
194 <source>1.7</source>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
195 <target>1.7</target>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
196 </compilerArguments>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
197 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
198 </plugin>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
199 </plugins>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
200 </build>
641
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
201 <dependencies>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
202 <dependency>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
203 <groupId>org.openid4java</groupId>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
204 <artifactId>openid4java</artifactId>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
205 <version>1.0.0</version>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
206 </dependency>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
207 </dependencies>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
208 </profile>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
209
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
210 <profile>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
211 <id>remote-test</id>
641
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
212 <build>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
213 <plugins>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
214 <plugin>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
215 <artifactId>maven-compiler-plugin</artifactId>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
216 <version>3.1</version>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
217 <executions>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
218 <execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
219 <id>default-testCompile</id>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
220 <phase>test-compile</phase>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
221 <goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
222 <goal>testCompile</goal>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
223 </goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
224 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
225 <excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
226 <exclude>**/auth/OpenIdAuthorization.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
227 <exclude>**/auth/OpenIDFilter.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
228 </excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
229 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
230 </execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
231 <execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
232 <id>default-compile</id>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
233 <phase>compile</phase>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
234 <goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
235 <goal>compile</goal>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
236 </goals>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
237 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
238 <excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
239 <exclude>**/auth/OpenIdAuthorization.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
240 <exclude>**/auth/OpenIDFilter.java</exclude>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
241 </excludes>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
242 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
243 </execution>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
244 </executions>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
245 <configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
246 <showDeprecation>true</showDeprecation>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
247 <showWarnings>true</showWarnings>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
248 <compilerArguments>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
249 <source>1.7</source>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
250 <target>1.7</target>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
251 </compilerArguments>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
252 </configuration>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
253 </plugin>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
254 </plugins>
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
255 </build>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
256 <dependencies>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
257 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
258 <groupId>org.wildfly</groupId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
259 <artifactId>wildfly-arquillian-container-remote</artifactId>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
260 <version>8.2.0.Final</version>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
261 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
262 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
263 </dependencies>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
264 </profile>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
265
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
266 <profile>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
267 <id>managed-test</id>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
268 <dependencies>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
269 <dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
270 <groupId>org.wildfly</groupId>
437
5011173fd340 Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 435
diff changeset
271 <artifactId>wildfly-arquillian-container-managed</artifactId>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
272 <version>8.2.0.Final</version>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
273 <scope>test</scope>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
274 </dependency>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
275 </dependencies>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
276 </profile>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
277
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
278 <profile>
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
279 <id>remote-deploy</id>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
280 <build>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
281 <plugins>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
282 <plugin>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
283 <groupId>org.wildfly.plugins</groupId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
284 <artifactId>wildfly-maven-plugin</artifactId>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
285 <configuration>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
286 <hostname>localhost</hostname>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
287 <port>9990</port>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
288 <username>admin</username>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
289 <password>secret</password>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
290 </configuration>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
291 <executions>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
292 <execution>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
293 <id>deploy-jar</id>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
294 <phase>install</phase>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
295 <goals>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
296 <goal>deploy</goal>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
297 </goals>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
298 </execution>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
299 </executions>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
300 </plugin>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
301 </plugins>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
302 </build>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
303 </profile>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
304 </profiles>
430
5fe37b00ed41 Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 421
diff changeset
305
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
306 <repositories>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
307 <repository>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
308 <id>OSGEO GeoTools repo</id>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
309 <url>http://download.osgeo.org/webdav/geotools</url>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
310 </repository>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
311 <repository>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
312 <id>Hibernate Spatial repo</id>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
313 <url>http://www.hibernatespatial.org/repository</url>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
314 </repository>
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
315 </repositories>
641
c08773b0872e Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 633
diff changeset
316 <version>2.0-beta1</version>
421
0ec07c73d4bb Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
317 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)