Revision: 19585
http://sourceforge.net/p/gate/code/19585
Author: markagreenwood
Date: 2016-09-20 07:02:53 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
all plugins will now contain an expanded version of creole.xml inside
META-INF/gate for interop with other frameworks..... mostly OpenMinTeD
Modified Paths:
--------------
gate/branches/sawdust2/Plugin_Base/pom.xml
Modified: gate/branches/sawdust2/Plugin_Base/pom.xml
===================================================================
--- gate/branches/sawdust2/Plugin_Base/pom.xml 2016-09-20 05:56:55 UTC (rev
19584)
+++ gate/branches/sawdust2/Plugin_Base/pom.xml 2016-09-20 07:02:53 UTC (rev
19585)
@@ -64,6 +64,20 @@
<plugins>
<plugin>
+ <groupId>uk.ac.gate</groupId>
+ <artifactId>gate-maven-plugin</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>DumpCreoleToXML</goal>
+ </goals>
+ </execution>
+ </executions>
+
+ </plugin>
+ <plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
@@ -112,6 +126,10 @@
<xmlOutput>true</xmlOutput>
<effort>Max</effort>
<threshold>Low</threshold>
+ <excludes>
+ <!-- exclude auto-generated
files -->
+ <exclude>**/svg/**/*</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs