Print

Print


Commit in www-lcsim/build on MAIN
lcsim-maven-docs.sh+10-81.5 -> 1.6
changed maven site script to use site:deploy rather than cp command

www-lcsim/build
lcsim-maven-docs.sh 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- lcsim-maven-docs.sh	6 Jul 2005 05:50:02 -0000	1.5
+++ lcsim-maven-docs.sh	16 Dec 2005 21:51:23 -0000	1.6
@@ -1,25 +1,27 @@
 #!/bin/sh
 
+# $Id: lcsim-maven-docs.sh,v 1.6 2005/12/16 21:51:23 jeremy Exp $
+#
+# Builds the maven sites for LCSim and GeomConverter
+#
+
 export CVSROOT=:pserver:[log in to unmask]:/cvs/lcd
 
-# build site for GeomConverter and org.lcsim using maven
 (
   source ${PRJ_SCRIPTS}/setup-java.sh 1.5
   export lcsimwww=`pwd`
 
   mkdir -p $lcsimwww/tmp
   cd $lcsimwww/tmp
+
   cvs co lcsim 
   cvs co GeomConverter
+
   cd GeomConverter
-  maven jar:install
-  maven site
+  maven site:deploy
+
   cd ../lcsim
-  maven site
-  cd ./target/docs
-  cp -R . $lcsimwww/software/lcsim
-  cd $lcsimwww/tmp/GeomConverter/target/docs
-  cp -R . $lcsimwww/software/geomconverter
+  maven site:deploy
 )
 
 # remove tmp dir
CVSspam 0.2.8