Revision: 19586 http://sourceforge.net/p/gate/code/19586 Author: markagreenwood Date: 2016-09-20 07:13:24 +0000 (Tue, 20 Sep 2016) Log Message: ----------- helps if we build the maven plugin before we try using it
Modified Paths: -------------- gate/branches/sawdust2/pom.xml Modified: gate/branches/sawdust2/pom.xml =================================================================== --- gate/branches/sawdust2/pom.xml 2016-09-20 07:02:53 UTC (rev 19585) +++ gate/branches/sawdust2/pom.xml 2016-09-20 07:13:24 UTC (rev 19586) @@ -33,15 +33,11 @@ <dependencies> <!-- add any other libraries your plugin depends on. Any other GATE plugins you depend on at compile time should use the provided scope --> - <dependency> - <groupId>uk.ac.gate</groupId> - <artifactId>gate-compiler-jdt</artifactId> - <version>4.3.2-P20140317-1600</version> - </dependency> + </dependencies> - </dependencies> - <modules> + <modules> <module>gate-core</module> + <module>gate-maven-plugin</module> <module>Test-Utils</module> <module>Plugin_Base</module> <module>plugins</module> 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