Mercurial > dive4elements > river
comparison backend/pom-oracle.xml @ 9682:9ec4686badae
Mit 3.2.x zusammenführen
author | Gernot Belger <g.belger@bjoernsen.de> |
---|---|
date | Wed, 15 Jul 2020 12:24:35 +0200 |
parents | 3bbc687e6cb8 e5d1a10d54ae |
children | fabf92342ee5 |
comparison
equal
deleted
inserted
replaced
9666:e098fda96a66 | 9682:9ec4686badae |
---|---|
21 <artifactId>maven-compiler-plugin</artifactId> | 21 <artifactId>maven-compiler-plugin</artifactId> |
22 <version>2.0.2</version> | 22 <version>2.0.2</version> |
23 <configuration> | 23 <configuration> |
24 <source>1.7</source> | 24 <source>1.7</source> |
25 <target>1.7</target> | 25 <target>1.7</target> |
26 <encoding>UTF-8</encoding> | |
26 </configuration> | 27 </configuration> |
27 </plugin> | 28 </plugin> |
28 <plugin> | 29 <plugin> |
29 <groupId>org.apache.maven.plugins</groupId> | 30 <groupId>org.apache.maven.plugins</groupId> |
30 <artifactId>maven-dependency-plugin</artifactId> | 31 <artifactId>maven-dependency-plugin</artifactId> |
81 <descriptors> | 82 <descriptors> |
82 <descriptor>src/assembly/assembly.xml</descriptor> | 83 <descriptor>src/assembly/assembly.xml</descriptor> |
83 </descriptors> | 84 </descriptors> |
84 </configuration> | 85 </configuration> |
85 </plugin> | 86 </plugin> |
86 <!-- | |
87 <plugin> | 87 <plugin> |
88 <groupId>org.apache.maven.plugins</groupId> | 88 <groupId>org.apache.maven.plugins</groupId> |
89 <artifactId>maven-checkstyle-plugin</artifactId> | 89 <artifactId>maven-checkstyle-plugin</artifactId> |
90 <version>3.0.0</version> | 90 <version>3.0.0</version> |
91 <configuration> | 91 <configuration> |
104 <goal>check</goal> | 104 <goal>check</goal> |
105 </goals> | 105 </goals> |
106 </execution> | 106 </execution> |
107 </executions> | 107 </executions> |
108 </plugin> | 108 </plugin> |
109 --> | |
110 </plugins> | 109 </plugins> |
111 </build> | 110 </build> |
112 | 111 |
113 <dependencies> | 112 <dependencies> |
114 <dependency> | 113 <dependency> |
179 </dependency> | 178 </dependency> |
180 </dependencies> | 179 </dependencies> |
181 | 180 |
182 <repositories> | 181 <repositories> |
183 <repository> | 182 <repository> |
184 <id>repository.jboss.org nexus</id> | |
185 <name>JBoss Repository - Nexus</name> | |
186 <url>http://repository.jboss.org/nexus/content/groups/public/</url> | |
187 </repository> | |
188 <repository> | |
189 <id>OSGEO GeoTools repo</id> | |
190 <url>http://download.osgeo.org/webdav/geotools</url> | |
191 </repository> | |
192 <repository> | |
193 <id>Hibernate Spatial repo</id> | 183 <id>Hibernate Spatial repo</id> |
194 <url>http://www.hibernatespatial.org/repository</url> | 184 <url>http://www.hibernatespatial.org/repository</url> |
195 </repository> | 185 </repository> |
196 </repositories> | 186 </repositories> |
197 </project> | 187 </project> |