Mac-Systems
2008-06-15 16:46:27 UTC
Hello,
Im try to "mavenize" on of my Projects..
I try to user Surefire Plugin by:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
I have proper Proxy Settings, but i always get
[INFO]
------------------------------------------------------------------------
Downloading:
http://repository.codehaus.org/org/codehaus/mojo//org/apache/maven/
plugins/maven-surefire-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
re-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
re-plugin/2.4.3/maven-surefire-plugin-2.4.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: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found
in reposi
tory: Unable to download the artifact from any repository
org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3
from the specified remote repositories:
Codehaus mojo (http://repository.codehaus.org/org/codehaus/mojo/),
central (http://repo1.maven.org/maven2)
for project org.apache.maven.plugins:maven-surefire-plugin
Anyone can tell whats wrong ?
PS: Using maven 2.08
regards,
Jens
Im try to "mavenize" on of my Projects..
I try to user Surefire Plugin by:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
I have proper Proxy Settings, but i always get
mvn -U Site
[INFO] task-segment: [site][INFO]
------------------------------------------------------------------------
Downloading:
http://repository.codehaus.org/org/codehaus/mojo//org/apache/maven/
plugins/maven-surefire-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
re-plugin/2.4.3/maven-surefire-plugin-2.4.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
re-plugin/2.4.3/maven-surefire-plugin-2.4.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: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found
in reposi
tory: Unable to download the artifact from any repository
org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3
from the specified remote repositories:
Codehaus mojo (http://repository.codehaus.org/org/codehaus/mojo/),
central (http://repo1.maven.org/maven2)
for project org.apache.maven.plugins:maven-surefire-plugin
Anyone can tell whats wrong ?
PS: Using maven 2.08
regards,
Jens