Revision: 19589
          http://sourceforge.net/p/gate/code/19589
Author:   markagreenwood
Date:     2016-09-20 08:38:18 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
added the rel path back into the plugin pom.xml files otherwise the build 
fails; stupid maven should just ensure it builds and installs the parent first. 
I knew there were good reasons why I HATE maven!

Modified Paths:
--------------
    gate/branches/sawdust2/plugins/ANNIE/pom.xml
    gate/branches/sawdust2/plugins/Developer_Tools/pom.xml
    gate/branches/sawdust2/plugins/Groovy/pom.xml
    gate/branches/sawdust2/plugins/JAPE_Plus/pom.xml
    gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml
    gate/branches/sawdust2/plugins/Tagger_NP_Chunking/pom.xml
    gate/branches/sawdust2/plugins/TermRaider/pom.xml
    gate/branches/sawdust2/plugins/Tools/pom.xml

Modified: gate/branches/sawdust2/plugins/ANNIE/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/pom.xml        2016-09-20 07:15:27 UTC 
(rev 19588)
+++ gate/branches/sawdust2/plugins/ANNIE/pom.xml        2016-09-20 08:38:18 UTC 
(rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/Developer_Tools/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Developer_Tools/pom.xml      2016-09-20 
07:15:27 UTC (rev 19588)
+++ gate/branches/sawdust2/plugins/Developer_Tools/pom.xml      2016-09-20 
08:38:18 UTC (rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/Groovy/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Groovy/pom.xml       2016-09-20 07:15:27 UTC 
(rev 19588)
+++ gate/branches/sawdust2/plugins/Groovy/pom.xml       2016-09-20 08:38:18 UTC 
(rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>
 
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/JAPE_Plus/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/JAPE_Plus/pom.xml    2016-09-20 07:15:27 UTC 
(rev 19588)
+++ gate/branches/sawdust2/plugins/JAPE_Plus/pom.xml    2016-09-20 08:38:18 UTC 
(rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml     2016-09-20 
07:15:27 UTC (rev 19588)
+++ gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml     2016-09-20 
08:38:18 UTC (rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/Tagger_NP_Chunking/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Tagger_NP_Chunking/pom.xml   2016-09-20 
07:15:27 UTC (rev 19588)
+++ gate/branches/sawdust2/plugins/Tagger_NP_Chunking/pom.xml   2016-09-20 
08:38:18 UTC (rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/TermRaider/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/TermRaider/pom.xml   2016-09-20 07:15:27 UTC 
(rev 19588)
+++ gate/branches/sawdust2/plugins/TermRaider/pom.xml   2016-09-20 08:38:18 UTC 
(rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

Modified: gate/branches/sawdust2/plugins/Tools/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Tools/pom.xml        2016-09-20 07:15:27 UTC 
(rev 19588)
+++ gate/branches/sawdust2/plugins/Tools/pom.xml        2016-09-20 08:38:18 UTC 
(rev 19589)
@@ -9,6 +9,7 @@
                <artifactId>base-plugin</artifactId>
                <!-- this should be the version of GATE you wish to build 
against -->
                <version>9.0-SNAPSHOT</version>
+               <relativePath>../../Plugin_Base/pom.xml</relativePath>
        </parent>       
        
        <!-- this is the description of this plugin -->

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to