Hmm, I think it is installing them, but under the wrong groupId.

Andy

On 15 Jun 2007, at 13:54, [EMAIL PROTECTED] wrote:

Author: jvanzyl
Date: Fri Jun 15 05:54:11 2007
New Revision: 547666

URL: http://svn.apache.org/viewvc?view=rev&rev=547666
Log:
o little script to install all the support artifacts, as the invoker plugin doesn't seem to be doing it anymore.

Added:
maven/core-integration-testing/trunk/core-integration-testing- support/build.sh (with props)

Added: maven/core-integration-testing/trunk/core-integration- testing-support/build.sh URL: http://svn.apache.org/viewvc/maven/core-integration-testing/ trunk/core-integration-testing-support/build.sh?view=auto&rev=547666 ====================================================================== ======== --- maven/core-integration-testing/trunk/core-integration-testing- support/build.sh (added) +++ maven/core-integration-testing/trunk/core-integration-testing- support/build.sh Fri Jun 15 05:54:11 2007
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+v="1.0 1.1 1.1-old-location 1.2 1.3 1.4"
+
+for i in $v
+do
+  ( cd $i; mvn install )
+done

Propchange: maven/core-integration-testing/trunk/core-integration- testing-support/build.sh ---------------------------------------------------------------------- --------
    svn:eol-style = native

Propchange: maven/core-integration-testing/trunk/core-integration- testing-support/build.sh ---------------------------------------------------------------------- --------
    svn:executable = *

Propchange: maven/core-integration-testing/trunk/core-integration- testing-support/build.sh ---------------------------------------------------------------------- --------
    svn:keywords = "Author Date Id Revision"




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

Reply via email to