You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by "Continuum@maven.zones.apache.org" <co...@maven.zones.apache.org> on 2007/12/12 23:26:48 UTC

[continuum] BUILD FAILURE: SureFire API

Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=38724&projectId=385

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 12 Dec 2007 22:26:41 +0000
  Finished at: Wed 12 Dec 2007 22:26:45 +0000
  Total time: 3s
  Build Trigger: Schedule
  Build Number: 39
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_13"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
          Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.5.0_13
          OS name: "sunos" version: "5.10" arch: "x86"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: no author @ no date
Comment: no comment
Files changed:
  src/test/java/org/apache/maven/surefire/util/UrlUtilsTest.java ( no revision )
  src/main/java/org/apache/maven/surefire/report/AbstractReporter.java ( no revision )
  src/main/java/org/apache/maven/surefire/util/UrlUtils.java ( no revision )
  pom.xml ( no revision )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Description: 


****************************************************************************
Test Summary:
****************************************************************************
Tests: 123
Failures: 0
Total time: 281

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building SureFire API
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] snapshot org.apache.maven.plugins:maven-shade-plugin:1.0-alpha-15-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.plugins:maven-shade-plugin:1.0-alpha-15-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-shade-plugin/1.0-alpha-15-SNAPSHOT/maven-shade-plugin-1.0-alpha-15-20071211.151632-1.pom
2K downloaded
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-shade-plugin \
        -Dversion=1.0-alpha-15-SNAPSHOT -Dpackaging=maven-plugin -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.plugins -DartifactId=maven-shade-plugin \
        -Dversion=1.0-alpha-15-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file \
         -Durl=[url] -DrepositoryId=[id]


  org.apache.maven.plugins:maven-shade-plugin:maven-plugin:1.0-alpha-15-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  org.apache.maven.plugins:maven-shade-plugin:maven-plugin:1.0-alpha-15-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Wed Dec 12 22:26:45 GMT+00:00 2007
[INFO] Final Memory: 3M/254M
[INFO] ------------------------------------------------------------------------

****************************************************************************