Since 2010-10-28 around 0:00 GM+1, site-deploy fails on 
org.apache.maven.surefire:surefire-booter:jar:2.7-SNAPSHOT
------------------------------------------------------------------------------------------------------------------

                 Key: MSITE-521
                 URL: http://jira.codehaus.org/browse/MSITE-521
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Maven 2.2.1
Hudson
Artifactory
            Reporter: Bram


I get the following log:


"C:\Program Files\Java\jdk1.6.0_20/bin/java" -Xms256m -Xmx512m 
-XX:MaxPermSize=512m -cp 
C:\Hudson\plugins\maven-plugin\WEB-INF\lib\maven-agent-1.363.jar;C:\Hudson\tools\Maven\boot\classworlds-1.1.jar
 hudson.maven.agent.Main C:\Hudson\tools\Maven "C:\ApacheTomcat\Tomcat 
6.0\webapps\hudson\WEB-INF\lib\remoting-1.363.jar" 
C:\Hudson\plugins\maven-plugin\WEB-INF\lib\maven-interceptor-1.363.jar 3598 
C:\Hudson\plugins\maven-plugin\WEB-INF\lib\maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f C:\Hudson\jobs\site-deploy 
notes-interfaces\workspace\notes-interfaces\pom.xml site-deploy

..............


ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.maven.surefire:surefire-booter:jar:2.7-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.surefire 
-DartifactId=surefire-booter -Dversion=2.7-20101010.190052-17 -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire 
-DartifactId=surefire-booter -Dversion=2.7-20101010.190052-17 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.7-SNAPSHOT
        2) org.apache.maven.surefire:surefire-booter:jar:2.7-SNAPSHOT

2) org.apache.maven.surefire:maven-surefire-common:jar:2.7-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.surefire 
-DartifactId=maven-surefire-common -Dversion=2.7-20101010.190052-17 
-Dpackaging=jar -Dfile=/path/to/file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to