diff 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
line wrap: on
line diff
--- a/pom.xml	Wed Oct 26 16:52:45 2016 +0200
+++ b/pom.xml	Thu Oct 27 11:48:53 2016 +0200
@@ -176,6 +176,11 @@
             <version>1.0.0.Alpha7</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.shrinkwrap.resolver</groupId>
+            <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <profiles>
@@ -245,6 +250,21 @@
                             </compilerArguments>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.antlr</groupId>
+                        <artifactId>antlr4-maven-plugin</artifactId>
+                        <version>4.5</version>
+                        <configuration>
+                            <outputDirectory>${basedir}/src/main/java</outputDirectory>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>antlr4</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
                 </plugins>
             </build>
             <dependencies>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)