You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2019/02/04 08:44:04 UTC

svn commit: r1852880 - /uima/ruta/trunk/ruta-core/pom.xml

Author: pkluegl
Date: Mon Feb  4 08:44:04 2019
New Revision: 1852880

URL: http://svn.apache.org/viewvc?rev=1852880&view=rev
Log:
no jira - clean up build, separate id in same def for antlr+jflex source

Modified:
    uima/ruta/trunk/ruta-core/pom.xml

Modified: uima/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/pom.xml?rev=1852880&r1=1852879&r2=1852880&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/ruta/trunk/ruta-core/pom.xml Mon Feb  4 08:44:04 2019
@@ -207,25 +207,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/target/generated-sources/antlr3
-                </source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
 
 	  <plugin>
         <groupId>de.jflex</groupId>
@@ -239,12 +220,26 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
+      
+       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <executions>
           <execution>
-            <id>add-source</id>
+            <id>add-antlr-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/target/generated-sources/antlr3
+                </source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-jflex-source</id>
             <phase>generate-sources</phase>
             <goals>
               <goal>add-source</goal>