Author: pkluegl
Date: Wed Nov  6 16:32:49 2019
New Revision: 1869480

URL: http://svn.apache.org/viewvc?rev=1869480&view=rev
Log:
UIMA-5474: fixed buildpath in archetype for Ruta Workbench

Modified:
    
uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml

Modified: 
uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml?rev=1869480&r1=1869479&r2=1869480&view=diff
==============================================================================
--- 
uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
 Wed Nov  6 16:32:49 2019
@@ -36,7 +36,7 @@
 
   <properties>
     <junit-version>4.11</junit-version>
-    <uima-version>2.10.0</uima-version>
+    <uima-version>2.10.4</uima-version>
     <ruta-version>${archetypeVersion}</ruta-version>
   </properties>
 
@@ -104,6 +104,9 @@
               </extensionPackages>
               <addRutaNature>true</addRutaNature>
               <buildPaths>
+               <buildPath>script:src/main/ruta</buildPath>
+                               
<buildPath>descriptor:target/generated-sources/ruta/descriptor</buildPath>
+                               
<buildPath>resources:src/main/resources</buildPath>
               </buildPaths>
             </configuration>
           </execution>


Reply via email to