Revision: 15032
          http://gate.svn.sourceforge.net/gate/?rev=15032&view=rev
Author:   ian_roberts
Date:     2012-01-13 15:35:53 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
Added a target to install gate.jar into your local ~/.m2/repository with the
generated pom.

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/build.xml

Modified: gate/trunk/build/deploy/maven/build.xml
===================================================================
--- gate/trunk/build/deploy/maven/build.xml     2012-01-13 15:15:06 UTC (rev 
15031)
+++ gate/trunk/build/deploy/maven/build.xml     2012-01-13 15:35:53 UTC (rev 
15032)
@@ -50,6 +50,14 @@
         </artifact:deploy>
     </target>
 
+    <!-- Install a copy of gate.jar into your local maven cache -->
+    <target name="snapshot-install" depends="clean, prepare.snapshot.pom">
+        <artifact:pom id="gate-core.pom" file="${gate.core.pom}"/>
+        <artifact:install file="${top}/bin/gate.jar">
+            <pom refid="gate-core.pom"/>
+        </artifact:install>
+    </target>
+
     <!--
     Additional targets to publish new releases to sonatype staging
    

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to