[Jiemamy-notify:2263] commit [3308] pull_offline. shを追加。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 18日 (土) 15:58:00 JST


Revision: 3308
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3308
Author:   daisuke_m
Date:     2009-04-18 15:58:00 +0900 (Sat, 18 Apr 2009)

Log Message:
-----------
pull_offline.shを追加。

Added Paths:
-----------
    hestia/trunk/jiemamy-hestia/pull_offline.sh


-------------- next part --------------
Added: hestia/trunk/jiemamy-hestia/pull_offline.sh
===================================================================
--- hestia/trunk/jiemamy-hestia/pull_offline.sh	                        (rev 0)
+++ hestia/trunk/jiemamy-hestia/pull_offline.sh	2009-04-18 06:58:00 UTC (rev 3308)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+cd `dirname $0`
+
+cd ../jiemamy-commons
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-entity-io
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-zeus
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-artemis
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-test-helper
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-html-exporter
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-jpa-importer
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-jpa-exporter
+
+mvn -o install -Dmaven.test.skip=true
+
+cd ../jiemamy-hestia
+
+mvn -o clean package -Dmaven.test.skip=true
+


Property changes on: hestia/trunk/jiemamy-hestia/pull_offline.sh
___________________________________________________________________
Added: svn:executable
   + *



Jiemamy-notify メーリングリストの案内
Back to archive index