Hi list,
 
I'm trying to upgrade surefire to version 2.3. I switched the dependency
version in our projects' POM files on and did a build on my local
machine, allowing it through our proxy to determine what new files were
needed. I copied these updates and dependencies over to our local
repository (we don't have a maven proxy set up yet) and ran the build on
the nightly-build server (which we purposefully don't allow through the
proxy).
 
Anyway, instead of attempting to download the new surefire-2.3 from the
local repository, the build failed (and did not continue) when it could
not reach repo1:
 
[DEBUG] Skipping disabled repository plugin-snapshots
[DEBUG] Trying repository central
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-pl
ugin/2.3/maven-surefire-plugin-2.3.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
 

Project ID: org.apache.maven.plugins:maven-surefire-plugin
 
Reason: Error getting POM for
'org.apache.maven.plugins:maven-surefire-plugin' from the repository:
Error transferring file
  org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
 
from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  ge-central (http://maven/svn/3p-lib/main)


Does this make sense?

Thanks,
Ian


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

Reply via email to