Revision: 19669
          http://sourceforge.net/p/gate/code/19669
Author:   markagreenwood
Date:     2016-10-10 18:00:04 +0000 (Mon, 10 Oct 2016)
Log Message:
-----------
added a lifecycle mapping for m2e; note this seems to fix the problem in all 
plugins that piull in this maven plugin but still leaves the problem in the 
plugin itself, which is rather annoying

Modified Paths:
--------------
    gate/branches/sawdust2/gate-maven-plugin/.classpath

Added Paths:
-----------
    gate/branches/sawdust2/gate-maven-plugin/src/main/resources/
    gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/
    gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/m2e/
    
gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml

Modified: gate/branches/sawdust2/gate-maven-plugin/.classpath
===================================================================
--- gate/branches/sawdust2/gate-maven-plugin/.classpath 2016-10-10 16:55:13 UTC 
(rev 19668)
+++ gate/branches/sawdust2/gate-maven-plugin/.classpath 2016-10-10 18:00:04 UTC 
(rev 19669)
@@ -22,5 +22,10 @@
                        <attribute name="maven.pomderived" value="true"/>
                </attributes>
        </classpathentry>
+       <classpathentry excluding="**" kind="src" output="target/classes" 
path="src/main/resources">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>

Added: 
gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
===================================================================
--- 
gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
                             (rev 0)
+++ 
gate/branches/sawdust2/gate-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
     2016-10-10 18:00:04 UTC (rev 19669)
@@ -0,0 +1,14 @@
+<lifecycleMappingMetadata>
+  <pluginExecutions>
+    <pluginExecution>
+      <pluginExecutionFilter>
+        <goals>
+          <goal>DumpCreoleToXML</goal>
+        </goals>
+      </pluginExecutionFilter>
+      <action>
+        <ignore></ignore>
+      </action>
+    </pluginExecution>
+  </pluginExecutions>
+</lifecycleMappingMetadata>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to