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:27:00 UTC

[continuum] BUILD FAILURE: SureFire Booter

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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 12 Dec 2007 22:26:55 +0000
  Finished at: Wed 12 Dec 2007 22:26:58 +0000
  Total time: 2s
  Build Trigger: Schedule
  Build Number: 42
  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/booter/ManifestJarWriterTest.java ( no revision )
  src/main/java/org/apache/maven/surefire/booter/ManifestJarWriter.java ( no revision )
  src/main/java/org/apache/maven/surefire/booter/ForkConfiguration.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: 52
Failures: 0
Total time: 306

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building SureFire Booter
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[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:58 GMT+00:00 2007
[INFO] Final Memory: 3M/254M
[INFO] ------------------------------------------------------------------------

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