1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart>mvn clean install sonar
:sonar
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mavenquickstart 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mavenquickstart ---
[INFO] Deleting D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart\target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ mavenqui
ckstart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Workspaces\eclipse 3.6 with jbosst
ool\mavenquickstart\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mavenquicksta
rt ---
[INFO] Compiling 1 source file to D:\Workspaces\eclipse 3.6 with jbosstool\maven
quickstart\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
mavenquickstart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\Workspaces\eclipse 3.6 with jbosst
ool\mavenquickstart\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven
quickstart ---
[INFO] Compiling 1 source file to D:\Workspaces\eclipse 3.6 with jbosstool\maven
quickstart\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ mavenquickstart ---
[INFO] Surefire report directory: D:\Workspaces\eclipse 3.6 with jbosstool\maven
quickstart\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running be.open.mavenquickstart.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ mavenquickstart ---
[INFO] Building jar: D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart\ta
rget\mavenquickstart-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mavenquickstar
t ---
[INFO] Installing D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart\targe
t\mavenquickstart-0.0.1-SNAPSHOT.jar to C:\Documents and Settings\urn\.m2\reposi
tory\be\open\mavenquickstart\0.0.1-SNAPSHOT\mavenquickstart-0.0.1-SNAPSHOT.jar
[INFO] Installing D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart\pom.x
ml to C:\Documents and Settings\urn\.m2\repository\be\open\mavenquickstart\0.0.1
-SNAPSHOT\mavenquickstart-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mavenquickstart 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- sonar-maven-plugin:1.0-SNAPSHOT:sonar (default-cli) @ mavenquickstart
---
[INFO] Sonar host: http://10.32.15.180/sonar
[INFO] Sonar version: 2.4.1
[INFO] Execute: org.codehaus.sonar:sonar-maven-plugin:2.4.1:sonar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.438s
[INFO] Finished at: Mon Dec 20 09:00:33 CET 2010
[INFO] Final Memory: 10M/25M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:1.0-SNAPSHOT
:sonar (default-cli) on project mavenquickstart: Can not execute Sonar: Unsuppor
tedOperationException -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
xception
D:\Workspaces\eclipse 3.6 with jbosstool\mavenquickstart> |
Partager