Revision: 20072
          http://sourceforge.net/p/gate/code/20072
Author:   markagreenwood
Date:     2017-02-07 19:27:09 +0000 (Tue, 07 Feb 2017)
Log Message:
-----------
added the snapshot repo to the other top level pom.xml files so that we can 
deploy every component to the repo when we need to

Modified Paths:
--------------
    gate/branches/sawdust2/Plugin_Base/pom.xml
    gate/branches/sawdust2/Test-Utils/pom.xml
    gate/branches/sawdust2/gate-maven-plugin/pom.xml
    gate/branches/sawdust2/pom.xml

Modified: gate/branches/sawdust2/Plugin_Base/pom.xml
===================================================================
--- gate/branches/sawdust2/Plugin_Base/pom.xml  2017-02-07 15:01:32 UTC (rev 
20071)
+++ gate/branches/sawdust2/Plugin_Base/pom.xml  2017-02-07 19:27:09 UTC (rev 
20072)
@@ -167,4 +167,13 @@
                </plugins>
        </reporting>
 
+       <distributionManagement>
+               <snapshotRepository>
+                       <id>gate.snapshots</id>
+                       <name>GATE Snapshots Repository</name>
+                       
<url>http://repo.gate.ac.uk/content/repositories/snapshots</url>
+                       <layout>default</layout>
+               </snapshotRepository>
+       </distributionManagement>
+
 </project>

Modified: gate/branches/sawdust2/Test-Utils/pom.xml
===================================================================
--- gate/branches/sawdust2/Test-Utils/pom.xml   2017-02-07 15:01:32 UTC (rev 
20071)
+++ gate/branches/sawdust2/Test-Utils/pom.xml   2017-02-07 19:27:09 UTC (rev 
20072)
@@ -54,4 +54,14 @@
                <maven.compiler.target>1.8</maven.compiler.target>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
+
+       <distributionManagement>
+               <snapshotRepository>
+                       <id>gate.snapshots</id>
+                       <name>GATE Snapshots Repository</name>
+                       
<url>http://repo.gate.ac.uk/content/repositories/snapshots</url>
+                       <layout>default</layout>
+               </snapshotRepository>
+       </distributionManagement>
+
 </project>

Modified: gate/branches/sawdust2/gate-maven-plugin/pom.xml
===================================================================
--- gate/branches/sawdust2/gate-maven-plugin/pom.xml    2017-02-07 15:01:32 UTC 
(rev 20071)
+++ gate/branches/sawdust2/gate-maven-plugin/pom.xml    2017-02-07 19:27:09 UTC 
(rev 20072)
@@ -52,5 +52,13 @@
                </dependency>
        </dependencies>
 
+       <distributionManagement>
+               <snapshotRepository>
+                       <id>gate.snapshots</id>
+                       <name>GATE Snapshots Repository</name>
+                       
<url>http://repo.gate.ac.uk/content/repositories/snapshots</url>
+                       <layout>default</layout>
+               </snapshotRepository>
+       </distributionManagement>
 
 </project>

Modified: gate/branches/sawdust2/pom.xml
===================================================================
--- gate/branches/sawdust2/pom.xml      2017-02-07 15:01:32 UTC (rev 20071)
+++ gate/branches/sawdust2/pom.xml      2017-02-07 19:27:09 UTC (rev 20072)
@@ -29,11 +29,6 @@
                </developer>
        </developers>
        
-       <dependencies>
-               <!-- add any other libraries your plugin depends on. Any other 
GATE plugins 
-                       you depend on at compile time should use the provided 
scope -->
-       </dependencies>
-
        <modules>
                <module>gate-core</module>
                <module>gate-maven-plugin</module>

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