You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@maven.org> on 2008/10/02 13:23:43 UTC

Re: svn commit: r700983 - /maven/components/trunk/maven-distribution/pom.xml

I don't think adding httpclient to the distribution to build a certain  
project is a good idea. That seems extremely heavy handed.

Is this JAR actually being specified in the target project?

On 1-Oct-08, at 9:48 PM, sisbell@apache.org wrote:

> Author: sisbell
> Date: Wed Oct  1 18:48:18 2008
> New Revision: 700983
>
> URL: http://svn.apache.org/viewvc?rev=700983&view=rev
> Log:
> Fix: MNG-3686 - includes httpclient jar in distribution.
>
> Modified:
>    maven/components/trunk/maven-distribution/pom.xml
>
> Modified: maven/components/trunk/maven-distribution/pom.xml
> URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/pom.xml?rev=700983&r1=700982&r2=700983&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- maven/components/trunk/maven-distribution/pom.xml (original)
> +++ maven/components/trunk/maven-distribution/pom.xml Wed Oct  1  
> 18:48:18 2008
> @@ -69,10 +69,11 @@
>       <groupId>org.apache.maven.wagon</groupId>
>       <artifactId>wagon-file</artifactId>
>     </dependency>
> -    <!-- Needed for compat and cache-control aspects. -->
> +    <!--Wagon-->
>     <dependency>
> -      <groupId>aspectj</groupId>
> -      <artifactId>aspectjrt</artifactId>
> +      <groupId>commons-httpclient</groupId>
> +      <artifactId>commons-httpclient</artifactId>
> +      <version>3.1</version>
>     </dependency>
>     <dependency>
>       <groupId>easymock</groupId>
>
>

Thanks,

Jason

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

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.

   -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance


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


Re: svn commit: r700983 - /maven/components/trunk/maven-distribution/pom.xml

Posted by Brett Porter <br...@apache.org>.
I don't grok that either - Maven 2.0.8 builds it just fine and doesn't  
bundle the httpclient.

- Brett

On 02/10/2008, at 9:23 PM, Jason van Zyl wrote:

> I don't think adding httpclient to the distribution to build a  
> certain project is a good idea. That seems extremely heavy handed.
>
> Is this JAR actually being specified in the target project?
>
> On 1-Oct-08, at 9:48 PM, sisbell@apache.org wrote:
>
>> Author: sisbell
>> Date: Wed Oct  1 18:48:18 2008
>> New Revision: 700983
>>
>> URL: http://svn.apache.org/viewvc?rev=700983&view=rev
>> Log:
>> Fix: MNG-3686 - includes httpclient jar in distribution.
>>
>> Modified:
>>   maven/components/trunk/maven-distribution/pom.xml
>>
>> Modified: maven/components/trunk/maven-distribution/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/pom.xml?rev=700983&r1=700982&r2=700983&view=diff
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- maven/components/trunk/maven-distribution/pom.xml (original)
>> +++ maven/components/trunk/maven-distribution/pom.xml Wed Oct  1  
>> 18:48:18 2008
>> @@ -69,10 +69,11 @@
>>      <groupId>org.apache.maven.wagon</groupId>
>>      <artifactId>wagon-file</artifactId>
>>    </dependency>
>> -    <!-- Needed for compat and cache-control aspects. -->
>> +    <!--Wagon-->
>>    <dependency>
>> -      <groupId>aspectj</groupId>
>> -      <artifactId>aspectjrt</artifactId>
>> +      <groupId>commons-httpclient</groupId>
>> +      <artifactId>commons-httpclient</artifactId>
>> +      <version>3.1</version>
>>    </dependency>
>>    <dependency>
>>      <groupId>easymock</groupId>
>>
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
> You are never dedicated to something you have complete confidence in.
> No one is fanatically shouting that the sun is going to rise tomorrow.
> They know it is going to rise tomorrow. When people are fanatically
> dedicated to political or religious faiths or any other kind of
> dogmas or goals, it's always because these dogmas or
> goals are in doubt.
>
>  -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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