Here is my settings.xml:

 <proxies>
   <!-- proxy
    | Specification for one proxy, to be used in connecting to the network.
    |-->
   <proxy>
     <id>defaultWamuNetProxy</id>
     <active>true</active>
     <protocol>http</protocol>
     <username>*****</username>
     <password>*****</password>
     <host>http://app-proxy.wamu.net</host>
     <port>8080</port>
     <nonProxyHosts>*.wamu.net</nonProxyHosts>
   </proxy>

 </proxies>

Here is the error I get:
=====================================
[INFO] Searching repository for plugin with prefix: 'idea'.
[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for updates from central [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-idea-plugin' could not be retrieved from repository: central due to an err
or: Error transferring file
[INFO] Repository 'central' will be blacklisted


Here is my plugin ref in my parent pom.xml
==========================================
   <build>
       <plugins>

           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-idea-plugin</artifactId>
               <configuration>
                   <project>yoursos</project>
               </configuration>
           </plugin>



Any help to verify the connection? It is the same proxt as my web browser and there does not seem to be any issues.




---
Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

Washington Mutual (WAMU) (Emeryville, California)
---



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to