Mercurial > dive4elements > river
annotate gwt-client/pom.xml @ 9790:75dc4ea60938 3.2.x
Drop using explicit container names
Compose will generate names for the containers and containers can connect
each other on the network via the service names. This avoids the
unnecessary extra "name space" and prepares the application for usage
with different project names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 20 Jul 2023 10:25:59 +0200 |
parents | 4987615d367b |
children | 47eee0be5792 |
rev | line source |
---|---|
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@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"> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
4 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5 <!-- POM file generated with GWT webAppCreator --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
6 <modelVersion>4.0.0</modelVersion> |
5836
795218cf62eb
Adjusted client pom.xml to let it build again.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5835
diff
changeset
|
7 <groupId>org.dive4elements.river</groupId> |
5843
4195b0ed324b
Use gwt-client as artifactid
Andre Heinecke <aheinecke@intevation.de>
parents:
5838
diff
changeset
|
8 <artifactId>gwt-client</artifactId> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
9 <packaging>war</packaging> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
10 <version>1.0-SNAPSHOT</version> |
5835
821a02bbfb4e
Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5095
diff
changeset
|
11 <name>org.dive4elements.river.client</name> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
12 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
13 <properties> |
262
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
257
diff
changeset
|
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
15 <!-- Convenience property to set the GWT version --> |
2942
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
16 <gwtVersion>2.4.0</gwtVersion> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
17 <!-- GWT needs at least java 1.5 --> |
3701
6288056e2673
Java 1.5 -> Java 1.6
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
3541
diff
changeset
|
18 <maven.compiler.source>1.6</maven.compiler.source> |
6288056e2673
Java 1.5 -> Java 1.6
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
3541
diff
changeset
|
19 <maven.compiler.target>1.6</maven.compiler.target> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
20 </properties> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
21 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
22 <dependencies> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
23 <dependency> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
24 <groupId>com.google.gwt</groupId> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
25 <artifactId>gwt-servlet</artifactId> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
26 <version>${gwtVersion}</version> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
27 <scope>runtime</scope> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
28 </dependency> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
29 <dependency> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
30 <groupId>com.google.gwt</groupId> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
31 <artifactId>gwt-user</artifactId> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
32 <version>${gwtVersion}</version> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
33 <scope>provided</scope> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
34 </dependency> |
8088
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
35 |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
36 <!-- The following probably does not work. In that case |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
37 take a look at http://www.smartclient.com/builds/SmartGWT/ |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
38 select a recent version and install it manually to fullfill |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
39 the smartgwt dependency: |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
40 |
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
41 mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT \ |
8752
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
42 -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-11-19 |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
43 |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
44 As patch builds for smartgwt do have regressions and are |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
45 regulararly removed from their repository we use a specific |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
46 version here that is known to work for us. |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
47 |
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
48 "Theoretically" any smartgwt version > 4.1 should do. |
8088
b834caf0a4f0
Add comment on how to obtain smartgwt
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7939
diff
changeset
|
49 --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
50 <dependency> |
7939
6e852a6c72f2
Use SmartGWT version 4.1p. Updated release script to download SmartGWT.
Raimund Renkert <rrenkert@intevation.de>
parents:
7903
diff
changeset
|
51 <groupId>com.isomorphic.smartgwt.lgpl</groupId> |
6e852a6c72f2
Use SmartGWT version 4.1p. Updated release script to download SmartGWT.
Raimund Renkert <rrenkert@intevation.de>
parents:
7903
diff
changeset
|
52 <artifactId>smartgwt-lgpl</artifactId> |
8752
1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
53 <version>4.1-p20141119</version> |
1
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
54 </dependency> |
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
55 <dependency> |
5835
821a02bbfb4e
Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5095
diff
changeset
|
56 <groupId>org.dive4elements</groupId> |
2
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
57 <artifactId>artifacts-common</artifactId> |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
58 <version>1.0-SNAPSHOT</version> |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
59 </dependency> |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
60 <dependency> |
5835
821a02bbfb4e
Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5095
diff
changeset
|
61 <groupId>org.dive4elements</groupId> |
15
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
62 <artifactId>http-client</artifactId> |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
63 <version>1.0-SNAPSHOT</version> |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
64 </dependency> |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
65 <dependency> |
257
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
66 <groupId>net.sf.opencsv</groupId> |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
67 <artifactId>opencsv</artifactId> |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
68 <version>2.0</version> |
256
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
24
diff
changeset
|
69 </dependency> |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
24
diff
changeset
|
70 <dependency> |
604
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
262
diff
changeset
|
71 <groupId>commons-lang</groupId> |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
262
diff
changeset
|
72 <artifactId>commons-lang</artifactId> |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
262
diff
changeset
|
73 <version>2.6</version> |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
262
diff
changeset
|
74 </dependency> |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
75 <dependency> |
2494
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1619
diff
changeset
|
76 <groupId>commons-fileupload</groupId> |
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1619
diff
changeset
|
77 <artifactId>commons-fileupload</artifactId> |
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1619
diff
changeset
|
78 <version>1.2.1</version> |
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1619
diff
changeset
|
79 </dependency> |
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1619
diff
changeset
|
80 <dependency> |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
81 <groupId>org.gwtopenmaps.openlayers</groupId> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
82 <artifactId>gwt-openlayers-client</artifactId> |
1302
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
83 <version>0.6</version> |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
84 </dependency> |
1366
d0eb2202ffbe
Added a BaseServlet that is used to setup config things like log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1316
diff
changeset
|
85 <dependency> |
2519
427df4e81af0
Call MapFish Printer via servlet to evade viral GPLv3.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2496
diff
changeset
|
86 <groupId>commons-httpclient</groupId> |
427df4e81af0
Call MapFish Printer via servlet to evade viral GPLv3.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2496
diff
changeset
|
87 <artifactId>commons-httpclient</artifactId> |
427df4e81af0
Call MapFish Printer via servlet to evade viral GPLv3.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2496
diff
changeset
|
88 <version>3.1</version> |
427df4e81af0
Call MapFish Printer via servlet to evade viral GPLv3.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2496
diff
changeset
|
89 </dependency> |
427df4e81af0
Call MapFish Printer via servlet to evade viral GPLv3.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2496
diff
changeset
|
90 <dependency> |
2946
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
91 <groupId>org.apache.httpcomponents</groupId> |
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
92 <artifactId>httpclient</artifactId> |
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
93 <version>4.2</version> |
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
94 </dependency> |
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
95 <dependency> |
9772 | 96 <groupId>org.apache.httpcomponents</groupId> |
97 <artifactId>httpcore</artifactId> | |
98 <version>4.2</version> | |
99 </dependency> | |
100 <dependency> | |
9726 | 101 <groupId>org.apache.logging.log4j</groupId> |
102 <artifactId>log4j-api</artifactId> | |
103 <version>2.17.1</version> | |
104 </dependency> | |
105 <dependency> | |
106 <groupId>org.apache.logging.log4j</groupId> | |
107 <artifactId>log4j-core</artifactId> | |
108 <version>2.17.1</version> | |
109 <scope>runtime</scope> | |
1366
d0eb2202ffbe
Added a BaseServlet that is used to setup config things like log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1316
diff
changeset
|
110 </dependency> |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2494
diff
changeset
|
111 <dependency> |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2494
diff
changeset
|
112 <groupId>org.mapfish.print</groupId> |
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2494
diff
changeset
|
113 <artifactId>print-lib</artifactId> |
8824 | 114 <version>1.2.0</version> |
9771 | 115 <scope>runtime</scope> |
2496
7e077899e259
Added dependency to MapFish Print
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2494
diff
changeset
|
116 </dependency> |
2946
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
117 <dependency> |
3348
8c7cf6b84ba0
Remove gwt dependency, add common-codecs.
Christian Lins <christian.lins@intevation.de>
parents:
2946
diff
changeset
|
118 <groupId>commons-codec</groupId> |
8c7cf6b84ba0
Remove gwt dependency, add common-codecs.
Christian Lins <christian.lins@intevation.de>
parents:
2946
diff
changeset
|
119 <artifactId>commons-codec</artifactId> |
8c7cf6b84ba0
Remove gwt dependency, add common-codecs.
Christian Lins <christian.lins@intevation.de>
parents:
2946
diff
changeset
|
120 <version>1.4</version> |
8c7cf6b84ba0
Remove gwt dependency, add common-codecs.
Christian Lins <christian.lins@intevation.de>
parents:
2946
diff
changeset
|
121 </dependency> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
122 </dependencies> |
2946
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
123 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
124 <build> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
125 <!-- Generate compiled stuff in the folder used for developing mode --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
126 <outputDirectory>target/www/WEB-INF/classes</outputDirectory> |
2946
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
127 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
128 <plugins> |
2946
1e01d3046260
Update pom dependencies for new WAS classes
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
2942
diff
changeset
|
129 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
130 <!-- GWT Maven Plugin--> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
131 <plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
132 <groupId>org.codehaus.mojo</groupId> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
133 <artifactId>gwt-maven-plugin</artifactId> |
2942
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
134 <version>${gwtVersion}</version> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
135 <dependencies> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
136 <dependency> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
137 <groupId>com.google.gwt</groupId> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
138 <artifactId>gwt-user</artifactId> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
139 <version>${gwtVersion}</version> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
140 </dependency> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
141 <dependency> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
142 <groupId>com.google.gwt</groupId> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
143 <artifactId>gwt-dev</artifactId> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
144 <version>${gwtVersion}</version> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
145 </dependency> |
5885c5b8d71d
Bumped GWT up to 2.4
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2920
diff
changeset
|
146 </dependencies> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
147 <!-- JS is only needed in the package phase, this speeds up testing --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
148 <executions> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
149 <execution> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
150 <phase>prepare-package</phase> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
151 <goals> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
152 <goal>compile</goal> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
153 </goals> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
154 </execution> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
155 </executions> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
156 <!-- Plugin configuration. There are many available options, |
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
157 see gwt-maven-plugin documentation at codehaus.org --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
158 <configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
159 <!-- URL that should be automatically opened in the GWT shell (gwt:run). --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
160 <runTarget>FLYS.html</runTarget> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
161 <!-- Location of the develop-mode web application structure (gwt:run). --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
162 <hostedWebapp>target/www</hostedWebapp> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
163 <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
164 <soyc>true</soyc> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
165 </configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
166 </plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
167 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
168 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
169 <plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
170 <artifactId>maven-surefire-plugin</artifactId> |
9676
faccc67cac1d
Add plugin versions where missing
Tom Gottfried <tom@intevation.de>
parents:
9668
diff
changeset
|
171 <version>2.22.1</version> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
172 <configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
173 <additionalClasspathElements> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
174 <additionalClasspathElement>${project.build.sourceDirectory}</additionalClasspathElement> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
175 <additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
176 </additionalClasspathElements> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
177 <useManifestOnlyJar>false</useManifestOnlyJar> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
178 <forkMode>always</forkMode> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
179 |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
180 <!-- Folder for generated testing stuff --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
181 <systemProperties> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
182 <property> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
183 <name>gwt.args</name> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
184 <value>-out target/www</value> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
185 </property> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
186 </systemProperties> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
187 </configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
188 </plugin> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
189 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
190 <!-- Copy static web files before executing gwt:run --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
191 <plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
192 <artifactId>maven-resources-plugin</artifactId> |
9676
faccc67cac1d
Add plugin versions where missing
Tom Gottfried <tom@intevation.de>
parents:
9668
diff
changeset
|
193 <version>3.1.0</version> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
194 <executions> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
195 <execution> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
196 <phase>compile</phase> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
197 <goals> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
198 <goal>copy-resources</goal> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
199 </goals> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
200 <configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
201 <outputDirectory>target/www</outputDirectory> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
202 <resources> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
203 <resource> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
204 <directory>src/main/webapp</directory> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
205 </resource> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
206 </resources> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
207 </configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
208 </execution> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
209 </executions> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
210 </plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
211 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
212 <!-- Delete gwt generated stuff --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
213 <plugin> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
214 <artifactId>maven-clean-plugin</artifactId> |
9676
faccc67cac1d
Add plugin versions where missing
Tom Gottfried <tom@intevation.de>
parents:
9668
diff
changeset
|
215 <version>3.1.0</version> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
216 <configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
217 <filesets> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
218 <fileset><directory>src/main/webapp/flys</directory></fileset> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
219 <fileset><directory>src/main/webapp/WEB-INF/classes</directory></fileset> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
220 <fileset><directory>tomcat</directory></fileset> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
221 <fileset><directory>www-test</directory></fileset> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
222 <fileset><directory>.gwt-tmp</directory></fileset> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
223 </filesets> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
224 </configuration> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
225 </plugin> |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8088
diff
changeset
|
226 |
8859
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
227 <plugin> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
228 <groupId>org.apache.maven.plugins</groupId> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
229 <artifactId>maven-checkstyle-plugin</artifactId> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
230 <version>3.0.0</version> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
231 <configuration> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
232 <configLocation>../checkstyle.xml</configLocation> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
233 <encoding>UTF-8</encoding> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
234 </configuration> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
235 <executions> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
236 <execution> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
237 <id>validate</id> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
238 <phase>validate</phase> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
239 <configuration> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
240 <consoleOutput>true</consoleOutput> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
241 <failsOnError>true</failsOnError> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
242 </configuration> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
243 <goals> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
244 <goal>check</goal> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
245 </goals> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
246 </execution> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
247 </executions> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
248 </plugin> |
0862ea5d66ba
Add Checkstyle configuration.
Tom Gottfried <tom@intevation.de>
parents:
8824
diff
changeset
|
249 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
250 </plugins> |
9677
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
251 </build> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
252 <repositories> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
253 <repository> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
254 <id>osgeo</id> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
255 <name>Open Source Geospatial Foundation Repository</name> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
256 <url>https://repo.osgeo.org/repository/release</url> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
257 </repository> |
bfc047db6ed7
Purge unused repositories
Tom Gottfried <tom@intevation.de>
parents:
9676
diff
changeset
|
258 </repositories> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
259 </project> |