You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/06/23 18:11:08 UTC

svn commit: r193177 - /maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

Author: evenisse
Date: Thu Jun 23 09:11:07 2005
New Revision: 193177

URL: http://svn.apache.org/viewcvs?rev=193177&view=rev
Log:
Add core-it plugin in bootstrap

Modified:
    maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/src/main/java/MBoot.java?rev=193177&r1=193176&r2=193177&view=diff
==============================================================================
--- maven/components/trunk/maven-mboot2/src/main/java/MBoot.java (original)
+++ maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Thu Jun 23 09:11:07 2005
@@ -44,7 +44,7 @@
 
     String[] pluginBuilds = new String[]{"maven-plugins/maven-clean-plugin", "maven-plugins/maven-compiler-plugin",
         "maven-plugins/maven-install-plugin", "maven-plugins/maven-jar-plugin", "maven-plugins/maven-plugin-plugin", 
-        "maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin"};
+        "maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin", "maven-core-it-plugin"};
 
     private static final Map MODELLO_TARGET_VERSIONS;
 



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


Re: svn commit: r193177 - /maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

Posted by Emmanuel Venisse <em...@venisse.net>.
ok, sorry, I just see it in synchronize report.

Emmanuel

Brett Porter wrote:
> the intention is to test downloading, actually - can you remove it?
> 
> (if you are trying to fix the integration tests, they are back in order 
> now, and the plugin just went to ibiblio now).
> 
> - Brett
> 
> evenisse@apache.org wrote:
> 
>> Author: evenisse
>> Date: Thu Jun 23 09:11:07 2005
>> New Revision: 193177
>>
>> URL: http://svn.apache.org/viewcvs?rev=193177&view=rev
>> Log:
>> Add core-it plugin in bootstrap
>>
>> Modified:
>>    maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
>>
>> Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
>> URL: 
>> http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/src/main/java/MBoot.java?rev=193177&r1=193176&r2=193177&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/components/trunk/maven-mboot2/src/main/java/MBoot.java 
>> (original)
>> +++ maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Thu 
>> Jun 23 09:11:07 2005
>> @@ -44,7 +44,7 @@
>>
>>     String[] pluginBuilds = new 
>> String[]{"maven-plugins/maven-clean-plugin", 
>> "maven-plugins/maven-compiler-plugin",
>>         "maven-plugins/maven-install-plugin", 
>> "maven-plugins/maven-jar-plugin", "maven-plugins/maven-plugin-plugin", 
>> -        "maven-plugins/maven-resources-plugin", 
>> "maven-plugins/maven-surefire-plugin"};
>> +        "maven-plugins/maven-resources-plugin", 
>> "maven-plugins/maven-surefire-plugin", "maven-core-it-plugin"};
>>
>>     private static final Map MODELLO_TARGET_VERSIONS;
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 


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


Re: svn commit: r193177 - /maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

Posted by Brett Porter <br...@apache.org>.
the intention is to test downloading, actually - can you remove it?

(if you are trying to fix the integration tests, they are back in order 
now, and the plugin just went to ibiblio now).

- Brett

evenisse@apache.org wrote:

>Author: evenisse
>Date: Thu Jun 23 09:11:07 2005
>New Revision: 193177
>
>URL: http://svn.apache.org/viewcvs?rev=193177&view=rev
>Log:
>Add core-it plugin in bootstrap
>
>Modified:
>    maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
>
>Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
>URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/src/main/java/MBoot.java?rev=193177&r1=193176&r2=193177&view=diff
>==============================================================================
>--- maven/components/trunk/maven-mboot2/src/main/java/MBoot.java (original)
>+++ maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Thu Jun 23 09:11:07 2005
>@@ -44,7 +44,7 @@
> 
>     String[] pluginBuilds = new String[]{"maven-plugins/maven-clean-plugin", "maven-plugins/maven-compiler-plugin",
>         "maven-plugins/maven-install-plugin", "maven-plugins/maven-jar-plugin", "maven-plugins/maven-plugin-plugin", 
>-        "maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin"};
>+        "maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin", "maven-core-it-plugin"};
> 
>     private static final Map MODELLO_TARGET_VERSIONS;
> 
>
>
>
>---------------------------------------------------------------------
>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