also the wagon is only configured on putRemoteFile but not in getRemoteFile. 
This was my fault and im very ashamed. Sory!!!! I will be more carefull.

Regards,
   Juan.

Index: 
maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/De
faultWagonManager.java
===================================================================
--- 
maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/Defau
ltWagonManager.java     (revision 320991)
+++ 
maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/Defau
ltWagonManager.java     (working copy)
@@ -317,6 +317,8 @@
         try
         {
             wagon = getWagon( protocol );
+
+            configureWagon( wagon, repository );
         }
         catch ( UnsupportedProtocolException e )


On Friday 14 October 2005 01:52, Juan F. Codagnone wrote:
> On Thursday 13 October 2005 14:49, [EMAIL PROTECTED] wrote:
> > Author: jdcasey
> > Date: Thu Oct 13 10:49:41 2005
> > New Revision: 320827
>
> ...
>
> > +    /**
> > +     * Applies the server configuration to the wagon
> > +     *
> > +     * @param wagon the wagon to configure
> > +     * @param repository the repository that has the configuration
> > +     * @throws ConfigurationException if the wagon can't be configured
> > +     */
> > +    private void configureWagon( Wagon wagon, ArtifactRepository
> > repository ) +        throws WagonConfigurationException
>
> a small thing (but better now than ever!) there is a small typo in the
> throws doc:
>
> Index:
> maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/Defa
>ultWagonManager.java
> =================================================================== ---
> maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/Defa
>ultWagonManager.java (revision 320991)
> +++
> maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/Defa
>ultWagonManager.java (working copy)
> @@ -697,7 +697,7 @@
>       *
>       * @param wagon the wagon to configure
>       * @param repository the repository that has the configuration
> -     * @throws ConfigurationException if the wagon can't be configured
> +     * @throws WagonConfigurationException if the wagon can't be
> configured */
>      private void configureWagon( Wagon wagon, ArtifactRepository
> repository ) throws WagonConfigurationException

-- 
Buenos Aires, Argentina                           16°C with winds at 11 km/h E

Attachment: pgp1EQ0LwWmhm.pgp
Description: PGP signature

Reply via email to