Author: brett
Date: Tue Jun 21 19:07:42 2005
New Revision: 191751

URL: http://svn.apache.org/viewcvs?rev=191751&view=rev
Log:
add reports and a comment on why this is all too much but nevertheless 
necessary for now

Modified:
    maven/components/trunk/m2-bootstrap-all.sh

Modified: maven/components/trunk/m2-bootstrap-all.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=191751&r1=191750&r2=191751&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Tue Jun 21 19:07:42 2005
@@ -44,12 +44,27 @@
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 
+# I Really Don't want to be rebuilding these (Especially the reports) every 
time, but
+# until we regularly push them to the repository and the integration tests 
rely on
+# some of these plugins, there is no choice
 (
   echo 
"-----------------------------------------------------------------------"
   echo " Rebuilding maven2 plugins ... "
   echo 
"-----------------------------------------------------------------------"  
 
   cd maven-plugins
+  # update the release info to ensure these versions get used in the 
integration tests
+  m2 --no-plugin-updates --batch-mode -DupdateReleaseInfo=true -e $ARGS 
clean:clean install
+  ret=$?; if [ $ret != 0 ]; then exit $ret; fi
+)
+ret=$?; if [ $ret != 0 ]; then exit $ret; fi
+
+(
+  echo 
"-----------------------------------------------------------------------"
+  echo " Rebuilding maven2 reports ... "
+  echo 
"-----------------------------------------------------------------------"  
+
+  cd maven-reports
   # update the release info to ensure these versions get used in the 
integration tests
   m2 --no-plugin-updates --batch-mode -DupdateReleaseInfo=true -e $ARGS 
clean:clean install
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to