You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Andrew Williams <an...@handyande.co.uk> on 2007/06/15 14:59:57 UTC

Re: svn commit: r547666 - /maven/core-integration-testing/trunk/core-integration-testing-support/build.sh

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

Andy

On 15 Jun 2007, at 13:54, jvanzyl@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r547666 - /maven/core-integration-testing/trunk/core-integration-testing-support/build.sh

Posted by Andrew Williams <an...@handyande.co.uk>.
Apologies, you are quite right.
Andy

On 15 Jun 2007, at 14:08, Jason van Zyl wrote:

>
> On 15 Jun 07, at 5:59 AM 15 Jun 07, Andrew Williams wrote:
>
>> Hmm, I think it is installing them, but under the wrong groupId.
>>
>>
>
> No, the old ones are deployed in the remote repository. The invoker  
> plugin is broken.
>
>> Andy
>>
>> On 15 Jun 2007, at 13:54, jvanzyl@apache.org 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: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder and PMC Chair, Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r547666 - /maven/core-integration-testing/trunk/core-integration-testing-support/build.sh

Posted by Jason van Zyl <ja...@maven.org>.
On 15 Jun 07, at 5:59 AM 15 Jun 07, Andrew Williams wrote:

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

No, the old ones are deployed in the remote repository. The invoker  
plugin is broken.

> Andy
>
> On 15 Jun 2007, at 13:54, jvanzyl@apache.org 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org