comparison pom.xml @ 1108:de7184e1370d

Added antlr4 dependencies to pom.xml and war archive in tests.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 27 Oct 2016 11:48:53 +0200
parents 186d602e031a
children fb90e4d8bd0d
comparison
equal deleted inserted replaced
1105:d9d57a107478 1108:de7184e1370d
174 <groupId>org.jboss.arquillian.extension</groupId> 174 <groupId>org.jboss.arquillian.extension</groupId>
175 <artifactId>arquillian-persistence-dbunit</artifactId> 175 <artifactId>arquillian-persistence-dbunit</artifactId>
176 <version>1.0.0.Alpha7</version> 176 <version>1.0.0.Alpha7</version>
177 <scope>test</scope> 177 <scope>test</scope>
178 </dependency> 178 </dependency>
179 <dependency>
180 <groupId>org.jboss.shrinkwrap.resolver</groupId>
181 <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
182 <scope>test</scope>
183 </dependency>
179 </dependencies> 184 </dependencies>
180 185
181 <profiles> 186 <profiles>
182 <profile> 187 <profile>
183 <id>default</id> 188 <id>default</id>
243 <source>1.7</source> 248 <source>1.7</source>
244 <target>1.7</target> 249 <target>1.7</target>
245 </compilerArguments> 250 </compilerArguments>
246 </configuration> 251 </configuration>
247 </plugin> 252 </plugin>
253 <plugin>
254 <groupId>org.antlr</groupId>
255 <artifactId>antlr4-maven-plugin</artifactId>
256 <version>4.5</version>
257 <configuration>
258 <outputDirectory>${basedir}/src/main/java</outputDirectory>
259 </configuration>
260 <executions>
261 <execution>
262 <goals>
263 <goal>antlr4</goal>
264 </goals>
265 </execution>
266 </executions>
267 </plugin>
248 </plugins> 268 </plugins>
249 </build> 269 </build>
250 <dependencies> 270 <dependencies>
251 <dependency> 271 <dependency>
252 <groupId>org.wildfly</groupId> 272 <groupId>org.wildfly</groupId>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)