You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/15 21:24:00 UTC

svn commit: r997467 - in /maven/maven-3/trunk: apache-maven/pom.xml maven-compat/pom.xml maven-core/pom.xml maven-embedder/pom.xml maven-model-builder/pom.xml maven-plugin-api/pom.xml pom.xml

Author: bentmann
Date: Wed Sep 15 19:23:59 2010
New Revision: 997467

URL: http://svn.apache.org/viewvc?rev=997467&view=rev
Log:
[MNG-4793] Unable to obtain archiver for extension 'zip'

Modified:
    maven/maven-3/trunk/apache-maven/pom.xml
    maven/maven-3/trunk/maven-compat/pom.xml
    maven/maven-3/trunk/maven-core/pom.xml
    maven/maven-3/trunk/maven-embedder/pom.xml
    maven/maven-3/trunk/maven-model-builder/pom.xml
    maven/maven-3/trunk/maven-plugin-api/pom.xml
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/pom.xml (original)
+++ maven/maven-3/trunk/apache-maven/pom.xml Wed Sep 15 19:23:59 2010
@@ -43,8 +43,8 @@
       <artifactId>maven-compat</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
     </dependency>
     <!-- CLI -->
     <dependency>

Modified: maven/maven-3/trunk/maven-compat/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-compat/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-compat/pom.xml (original)
+++ maven/maven-3/trunk/maven-compat/pom.xml Wed Sep 15 19:23:59 2010
@@ -53,8 +53,8 @@
       <artifactId>plexus-interpolation</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/maven-3/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/pom.xml (original)
+++ maven/maven-3/trunk/maven-core/pom.xml Wed Sep 15 19:23:59 2010
@@ -75,8 +75,8 @@
     </dependency>
     <!-- Plexus -->
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/maven-3/trunk/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-embedder/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-embedder/pom.xml (original)
+++ maven/maven-3/trunk/maven-embedder/pom.xml Wed Sep 15 19:23:59 2010
@@ -54,8 +54,8 @@
       <artifactId>plexus-classworlds</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/maven-3/trunk/maven-model-builder/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model-builder/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model-builder/pom.xml (original)
+++ maven/maven-3/trunk/maven-model-builder/pom.xml Wed Sep 15 19:23:59 2010
@@ -41,8 +41,8 @@
       <artifactId>maven-model</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/maven-3/trunk/maven-plugin-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-plugin-api/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-plugin-api/pom.xml (original)
+++ maven/maven-3/trunk/maven-plugin-api/pom.xml Wed Sep 15 19:23:59 2010
@@ -48,8 +48,8 @@ under the License.
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.sonatype.spice</groupId>
-      <artifactId>spice-inject-plexus</artifactId>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
     </dependency>
   </dependencies>
 

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=997467&r1=997466&r2=997467&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Sep 15 19:23:59 2010
@@ -44,7 +44,7 @@
     <plexusVersion>1.5.4</plexusVersion>
     <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
     <plexusUtilsVersion>2.0.4</plexusUtilsVersion>
-    <spiceInjectVersion>1.3.4.1</spiceInjectVersion>
+    <sisuInjectVersion>1.4.0</sisuInjectVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.4</cipherVersion>
@@ -230,9 +230,9 @@
         <version>${plexusUtilsVersion}</version>
       </dependency>
       <dependency>
-        <groupId>org.sonatype.spice</groupId>
-        <artifactId>spice-inject-plexus</artifactId>
-        <version>${spiceInjectVersion}</version>
+        <groupId>org.sonatype.sisu</groupId>
+        <artifactId>sisu-inject-plexus</artifactId>
+        <version>${sisuInjectVersion}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>



Re: Sisu home

Posted by Stuart McCulloch <mc...@gmail.com>.
On 20/09/2010, Hervé BOUTEMY <he...@free.fr> wrote:
> ok
> my questions are:
> 1. what is the future of plexus-components-annotations?

it's used by sisu-inject-plexus - we've started to investigate
how maven plugins might look like in a JSR330 world, but
this is at the early stages so there's not much to see (yet)

> 2. will sisu-guice-patches ever be replaced by standard guice? when?

only one patch from sisu-guice is needed by Maven 3...

  http://code.google.com/p/google-guice/issues/detail?id=436

which has been accepted for Guice 3.0, but has not yet
been committed - the rest are experimental patches just
used by Nexus at the moment.

> 3. IIUC, guice does not provide file formats for components configuration,
> then sisu "plexus shim" is not a temporary adapter to use "old" plexus
> components.xml files while we're moving to another solution but a durable
> solution for Maven components configuration files on top of Guice. Do I miss
> something?

imho it's better if we build on top of JSR330 rather than
continue to develop and support the plexus API - it's a
much leaner base and makes it easier to share plugins
and re-use components from other systems

the JSR330 extension layer (sisu-inject-bean) already
has a lot of Plexus features, like dynamic component
lists/maps, without the cruft - and we're brainstorming
some ideas on configuration at the moment

-- 
Cheers, Stuart

[ PS. I've just moved back to the UK and still getting
  settled - so don't be surprised if it takes me a while
  to reply to emails! ]

> Regards,
>
> Hervé
>
> Le samedi 18 septembre 2010, Jason van Zyl a écrit :
>> We'll make one but no harm in asking here for now.
>>
>> On Sep 18, 2010, at 8:46 AM, Hervé BOUTEMY wrote:
>> > is there a sisu ML?
>> > Is there a better place than maven-dev to discuss about sisu?
>> >
>> > Regards,
>> >
>> > Hervé
>> >
>> > Le jeudi 16 septembre 2010, Hervé BOUTEMY a écrit :
>> >> sisu?  I found it in githug [1] or ci grid [2], but there is no
>> >> explanation
>> >>
>> >> any pointer or wiki to let us understand (and let me chage the
>> >> dependency documentation with consistent information)?
>> >>
>> >> regards,
>> >>
>> >> Hervé
>> >>
>> >> [1] http://github.com/sonatype/sisu/
>> >>
>> >> [2] https://grid.sonatype.org/ci/job/sisu/
>> >
>> > ---------------------------------------------------------------------
>> > 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,  Apache Maven
>> http://twitter.com/jvanzyl
>> ---------------------------------------------------------
>>
>> We all have problems. How we deal with them is a measure of our worth.
>>
>>  -- Unknown
>
>
> ---------------------------------------------------------------------
> 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: Sisu home

Posted by Hervé BOUTEMY <he...@free.fr>.
ok
my questions are:
1. what is the future of plexus-components-annotations?

2. will sisu-guice-patches ever be replaced by standard guice? when?

3. IIUC, guice does not provide file formats for components configuration, 
then sisu "plexus shim" is not a temporary adapter to use "old" plexus 
components.xml files while we're moving to another solution but a durable 
solution for Maven components configuration files on top of Guice. Do I miss 
something?

Regards,

Hervé

Le samedi 18 septembre 2010, Jason van Zyl a écrit :
> We'll make one but no harm in asking here for now.
> 
> On Sep 18, 2010, at 8:46 AM, Hervé BOUTEMY wrote:
> > is there a sisu ML?
> > Is there a better place than maven-dev to discuss about sisu?
> > 
> > Regards,
> > 
> > Hervé
> > 
> > Le jeudi 16 septembre 2010, Hervé BOUTEMY a écrit :
> >> sisu?  I found it in githug [1] or ci grid [2], but there is no
> >> explanation
> >> 
> >> any pointer or wiki to let us understand (and let me chage the
> >> dependency documentation with consistent information)?
> >> 
> >> regards,
> >> 
> >> Hervé
> >> 
> >> [1] http://github.com/sonatype/sisu/
> >> 
> >> [2] https://grid.sonatype.org/ci/job/sisu/
> > 
> > ---------------------------------------------------------------------
> > 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,  Apache Maven
> http://twitter.com/jvanzyl
> ---------------------------------------------------------
> 
> We all have problems. How we deal with them is a measure of our worth.
> 
>  -- Unknown


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


Re: Sisu home

Posted by Jason van Zyl <ja...@sonatype.com>.
We'll make one but no harm in asking here for now.

On Sep 18, 2010, at 8:46 AM, Hervé BOUTEMY wrote:

> is there a sisu ML?
> Is there a better place than maven-dev to discuss about sisu?
> 
> Regards,
> 
> Hervé
> 
> Le jeudi 16 septembre 2010, Hervé BOUTEMY a écrit :
>> sisu?  I found it in githug [1] or ci grid [2], but there is no explanation
>> 
>> any pointer or wiki to let us understand (and let me chage the dependency
>> documentation with consistent information)?
>> 
>> regards,
>> 
>> Hervé
>> 
>> [1] http://github.com/sonatype/sisu/
>> 
>> [2] https://grid.sonatype.org/ci/job/sisu/
> 
> ---------------------------------------------------------------------
> 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,  Apache Maven
http://twitter.com/jvanzyl
---------------------------------------------------------

We all have problems. How we deal with them is a measure of our worth.

 -- Unknown




Sisu home

Posted by Hervé BOUTEMY <he...@free.fr>.
is there a sisu ML?
Is there a better place than maven-dev to discuss about sisu?

Regards,

Hervé

Le jeudi 16 septembre 2010, Hervé BOUTEMY a écrit :
> sisu?  I found it in githug [1] or ci grid [2], but there is no explanation
> 
> any pointer or wiki to let us understand (and let me chage the dependency
> documentation with consistent information)?
> 
> regards,
> 
> Hervé
> 
> [1] http://github.com/sonatype/sisu/
> 
> [2] https://grid.sonatype.org/ci/job/sisu/

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


Re: svn commit: r997467 - in /maven/maven-3/trunk: apache-maven/pom.xml maven-compat/pom.xml maven-core/pom.xml maven-embedder/pom.xml maven-model-builder/pom.xml maven-plugin-api/pom.xml pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
sisu?  I found it in githug [1] or ci grid [2], but there is no explanation

any pointer or wiki to let us understand (and let me chage the dependency 
documentation with consistent information)?

regards,

Hervé

[1] http://github.com/sonatype/sisu/

[2] https://grid.sonatype.org/ci/job/sisu/

Le mercredi 15 septembre 2010, bentmann@apache.org a écrit :
> Author: bentmann
> Date: Wed Sep 15 19:23:59 2010
> New Revision: 997467
> 
> URL: http://svn.apache.org/viewvc?rev=997467&view=rev
> Log:
> [MNG-4793] Unable to obtain archiver for extension 'zip'
> 
> Modified:
>     maven/maven-3/trunk/apache-maven/pom.xml
>     maven/maven-3/trunk/maven-compat/pom.xml
>     maven/maven-3/trunk/maven-core/pom.xml
>     maven/maven-3/trunk/maven-embedder/pom.xml
>     maven/maven-3/trunk/maven-model-builder/pom.xml
>     maven/maven-3/trunk/maven-plugin-api/pom.xml
>     maven/maven-3/trunk/pom.xml
> 
> Modified: maven/maven-3/trunk/apache-maven/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/pom.xml?rev=
> 997467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/apache-maven/pom.xml (original)
> +++ maven/maven-3/trunk/apache-maven/pom.xml Wed Sep 15 19:23:59 2010
> @@ -43,8 +43,8 @@
>        <artifactId>maven-compat</artifactId>
>      </dependency>
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>      </dependency>
>      <!-- CLI -->
>      <dependency>
> 
> Modified: maven/maven-3/trunk/maven-compat/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-compat/pom.xml?rev=
> 997467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/maven-compat/pom.xml (original)
> +++ maven/maven-3/trunk/maven-compat/pom.xml Wed Sep 15 19:23:59 2010
> @@ -53,8 +53,8 @@
>        <artifactId>plexus-interpolation</artifactId>
>      </dependency>
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>      </dependency>
>      <dependency>
>        <groupId>org.codehaus.plexus</groupId>
> 
> Modified: maven/maven-3/trunk/maven-core/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/pom.xml?rev=99
> 7467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/maven-core/pom.xml (original)
> +++ maven/maven-3/trunk/maven-core/pom.xml Wed Sep 15 19:23:59 2010
> @@ -75,8 +75,8 @@
>      </dependency>
>      <!-- Plexus -->
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>      </dependency>
>      <dependency>
>        <groupId>org.codehaus.plexus</groupId>
> 
> Modified: maven/maven-3/trunk/maven-embedder/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-embedder/pom.xml?re
> v=997467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/maven-embedder/pom.xml (original)
> +++ maven/maven-3/trunk/maven-embedder/pom.xml Wed Sep 15 19:23:59 2010
> @@ -54,8 +54,8 @@
>        <artifactId>plexus-classworlds</artifactId>
>      </dependency>
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>      </dependency>
>      <dependency>
>        <groupId>org.codehaus.plexus</groupId>
> 
> Modified: maven/maven-3/trunk/maven-model-builder/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model-builder/pom.x
> ml?rev=997467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/maven-model-builder/pom.xml (original)
> +++ maven/maven-3/trunk/maven-model-builder/pom.xml Wed Sep 15 19:23:59
> 2010 @@ -41,8 +41,8 @@
>        <artifactId>maven-model</artifactId>
>      </dependency>
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>        <scope>test</scope>
>      </dependency>
>    </dependencies>
> 
> Modified: maven/maven-3/trunk/maven-plugin-api/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-plugin-api/pom.xml?
> rev=997467&r1=997466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/maven-plugin-api/pom.xml (original)
> +++ maven/maven-3/trunk/maven-plugin-api/pom.xml Wed Sep 15 19:23:59 2010
> @@ -48,8 +48,8 @@ under the License.
>        </exclusions>
>      </dependency>
>      <dependency>
> -      <groupId>org.sonatype.spice</groupId>
> -      <artifactId>spice-inject-plexus</artifactId>
> +      <groupId>org.sonatype.sisu</groupId>
> +      <artifactId>sisu-inject-plexus</artifactId>
>      </dependency>
>    </dependencies>
> 
> 
> Modified: maven/maven-3/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=997467&r1=997
> 466&r2=997467&view=diff
> ==========================================================================
> ==== --- maven/maven-3/trunk/pom.xml (original)
> +++ maven/maven-3/trunk/pom.xml Wed Sep 15 19:23:59 2010
> @@ -44,7 +44,7 @@
>      <plexusVersion>1.5.4</plexusVersion>
>      <plexusInterpolationVersion>1.11</plexusInterpolationVersion>
>      <plexusUtilsVersion>2.0.4</plexusUtilsVersion>
> -    <spiceInjectVersion>1.3.4.1</spiceInjectVersion>
> +    <sisuInjectVersion>1.4.0</sisuInjectVersion>
>      <wagonVersion>1.0-beta-6</wagonVersion>
>      <securityDispatcherVersion>1.3</securityDispatcherVersion>
>      <cipherVersion>1.4</cipherVersion>
> @@ -230,9 +230,9 @@
>          <version>${plexusUtilsVersion}</version>
>        </dependency>
>        <dependency>
> -        <groupId>org.sonatype.spice</groupId>
> -        <artifactId>spice-inject-plexus</artifactId>
> -        <version>${spiceInjectVersion}</version>
> +        <groupId>org.sonatype.sisu</groupId>
> +        <artifactId>sisu-inject-plexus</artifactId>
> +        <version>${sisuInjectVersion}</version>
>        </dependency>
>        <dependency>
>          <groupId>org.codehaus.plexus</groupId>


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