Mercurial > lada > lada-server
comparison pom.xml @ 286:96bd52f7fb96
Do not skip tests.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 09 Aug 2013 12:07:15 +0200 |
parents | 1e50903065ce |
children | a71c1ecfc66d |
comparison
equal
deleted
inserted
replaced
285:1e50903065ce | 286:96bd52f7fb96 |
---|---|
224 <plugins> | 224 <plugins> |
225 <plugin> | 225 <plugin> |
226 <artifactId>maven-surefire-plugin</artifactId> | 226 <artifactId>maven-surefire-plugin</artifactId> |
227 <version>2.4.3</version> | 227 <version>2.4.3</version> |
228 <configuration> | 228 <configuration> |
229 <!-- | |
229 <skip>true</skip> | 230 <skip>true</skip> |
231 --> | |
230 </configuration> | 232 </configuration> |
231 </plugin> | 233 </plugin> |
232 </plugins> | 234 </plugins> |
233 </build> | 235 </build> |
234 </profile> | 236 </profile> |