You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/04/27 00:45:55 UTC

svn commit: r164904 - /geronimo/scripts/publish_build.sh

Author: dblevins
Date: Tue Apr 26 15:45:54 2005
New Revision: 164904

URL: http://svn.apache.org/viewcvs?rev=164904&view=rev
Log:
Make sure the plugins are built too

Modified:
    geronimo/scripts/publish_build.sh

Modified: geronimo/scripts/publish_build.sh
URL: http://svn.apache.org/viewcvs/geronimo/scripts/publish_build.sh?rev=164904&r1=164903&r2=164904&view=diff
==============================================================================
--- geronimo/scripts/publish_build.sh (original)
+++ geronimo/scripts/publish_build.sh Tue Apr 26 15:45:54 2005
@@ -184,7 +184,7 @@
 ##  that this function will get deleted when running the build via a 
 ##  plain 'maven' command is possible without running other builds first.
 function build {
-    MODULES=$(ls geronimo/{specs,modules}/*/project.xml openejb/modules/*/project.xml | tr '\n' ',')
+    MODULES=$(ls geronimo/{specs,plugins,modules}/*/project.xml openejb/modules/*/project.xml | tr '\n' ',')
     (cd geronimo && svn update) && (cd openejb && cvs -q up -dP) &&
     maven -Dmaven.{test,itest}.skip=true -Dmaven.multiproject.includes=$MODULES -Dgoal=default multiproject:goal
 }