Can you run mvn with -X, that will give us more info. thanks.
Dave Hoffer wrote:
I cannot run maven2 on any PC within our company LAN nor can I run it on remote laptops connected to the LAN using VPN connection. What I have been attempting to do is demonstrate the use of a shared installation of maven2 on a mapped network drive. If I disconnect from the LAN and use a local installation of maven2 everything is fine. When I use the mapped drive I get the following errors. I don't know how to show if this is a proxy related error because if I turn off the VPN I can't connect to the mapped drive to test. I have my proxy on the server configured as: <active>true</active> <protocol>http</protocol> <username>xxxx</username> <password>****</password> <host>10.10.200.14</host> <port>80</port> I get the following error: C:\ST\Components\xrite-commons>mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ - --- [INFO] Building Maven Default Project [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ - --- [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for up dates from central [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-reso urces-plugin' could not be retrieved from repository: central due to an error: E rror transferring file [INFO] Repository 'central' will be blacklisted [INFO] ------------------------------------------------------------------------ - --- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ - --- [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi st or no valid version could be found [INFO] ------------------------------------------------------------------------ - --- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
