Guest User

log-of-mvn-clean-install-site-with-cobertura

a guest
Apr 21st, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.36 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] parent
  6. [INFO] core
  7. [INFO] app1
  8. [INFO] app2
  9. [INFO]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Building parent 1.19-SNAPSHOT
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO]
  14. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ parent ---
  15. [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/target
  16. [INFO]
  17. [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ parent ---
  18. [INFO]
  19. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ parent ---
  20. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/parent/1.19-SNAPSHOT/parent-1.19-SNAPSHOT.pom
  21. [INFO]
  22. [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ parent ---
  23. [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
  24. [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
  25. [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
  26. [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
  27. [INFO]
  28. [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ parent >>>
  29. [INFO]
  30. [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ parent ---
  31. [INFO] Skipping cobertura mojo for project with packaging type 'pom'
  32. [INFO]
  33. [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ parent <<<
  34. [INFO] Not executing cobertura:report as the cobertura data file (/Users/mirko/Documents/workspace/multimodule/target/cobertura/cobertura.ser) could not be found
  35. [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
  36. [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
  37. [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
  38. [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
  39. [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
  40. [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
  41. [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
  42. [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
  43. [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
  44. [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
  45. [INFO] Generating "Project Modules" report --- maven-project-info-reports-plugin:2.3.1
  46. [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
  47. [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
  48. [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
  49. [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
  50. [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
  51. [INFO]
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] Building core 1.19-SNAPSHOT
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO]
  56. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core ---
  57. [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/core/target
  58. [INFO]
  59. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
  60. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  61. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/main/resources
  62. [INFO]
  63. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
  64. [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/core/target/classes
  65. [INFO]
  66. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ core ---
  67. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  68. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/test/resources
  69. [INFO]
  70. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core ---
  71. [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/core/target/test-classes
  72. [INFO]
  73. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ core ---
  74. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/core/target/surefire-reports
  75.  
  76. -------------------------------------------------------
  77. T E S T S
  78. -------------------------------------------------------
  79. Running de.friedenhagen.multimodule.core.MyLibTest
  80. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
  81.  
  82. Results :
  83.  
  84. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  85.  
  86. [INFO]
  87. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core ---
  88. [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/core/target/core-1.19-SNAPSHOT.jar
  89. [INFO]
  90. [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ core ---
  91. [INFO]
  92. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core ---
  93. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/core/target/core-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/core/1.19-SNAPSHOT/core-1.19-SNAPSHOT.jar
  94. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/core/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/core/1.19-SNAPSHOT/core-1.19-SNAPSHOT.pom
  95. [INFO]
  96. [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ core ---
  97. [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
  98. [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
  99. [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
  100. [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
  101. [INFO]
  102. [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ core >>>
  103. [INFO]
  104. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
  105. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  106. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/main/resources
  107. [INFO]
  108. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
  109. [INFO] Nothing to compile - all classes are up to date
  110. [INFO]
  111. [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ core ---
  112. [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
  113. Instrumenting 1 file to /Users/mirko/Documents/workspace/multimodule/core/target/generated-classes/cobertura
  114. Cobertura: Saved information on 1 classes.
  115. Instrument time: 106ms
  116.  
  117. [INFO] Instrumentation was successful.
  118. [INFO] NOT adding cobertura ser file to attached artifacts list.
  119. [INFO]
  120. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ core ---
  121. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  122. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/test/resources
  123. [INFO]
  124. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core ---
  125. [INFO] Nothing to compile - all classes are up to date
  126. [INFO]
  127. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ core ---
  128. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/core/target/surefire-reports
  129.  
  130. -------------------------------------------------------
  131. T E S T S
  132. -------------------------------------------------------
  133. Running de.friedenhagen.multimodule.core.MyLibTest
  134. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
  135.  
  136. Results :
  137.  
  138. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  139.  
  140. Flushing results...
  141. Flushing results done
  142. Cobertura: Loaded information on 1 classes.
  143. Cobertura: Saved information on 1 classes.
  144. [INFO]
  145. [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ core <<<
  146. [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
  147. [INFO] Skipped "Cobertura Test Coverage" report, file "index.html" already exists for the English version.
  148. [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
  149. [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
  150. [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
  151. [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
  152. [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
  153. [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
  154. [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
  155. [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
  156. [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
  157. [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
  158. [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
  159. [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
  160. [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
  161. [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
  162. [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.2
  163. [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.2
  164. [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.6
  165. [INFO]
  166. [INFO] There are 7 checkstyle errors.
  167. [INFO]
  168. [INFO] ------------------------------------------------------------------------
  169. [INFO] Building app1 1.19-SNAPSHOT
  170. [INFO] ------------------------------------------------------------------------
  171. [INFO]
  172. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app1 ---
  173. [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/app1/target
  174. [INFO]
  175. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app1 ---
  176. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  177. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/main/resources
  178. [INFO]
  179. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app1 ---
  180. [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/app1/target/classes
  181. [INFO]
  182. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app1 ---
  183. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  184. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/test/resources
  185. [INFO]
  186. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app1 ---
  187. [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/app1/target/test-classes
  188. [INFO]
  189. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app1 ---
  190. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app1/target/surefire-reports
  191.  
  192. -------------------------------------------------------
  193. T E S T S
  194. -------------------------------------------------------
  195. Running de.friedenhagen.multimodule.app1.MyApp1Test
  196. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
  197.  
  198. Results :
  199.  
  200. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  201.  
  202. [INFO]
  203. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ app1 ---
  204. [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/app1/target/app1-1.19-SNAPSHOT.jar
  205. [INFO]
  206. [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ app1 ---
  207. [INFO]
  208. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ app1 ---
  209. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app1/target/app1-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app1/1.19-SNAPSHOT/app1-1.19-SNAPSHOT.jar
  210. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app1/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app1/1.19-SNAPSHOT/app1-1.19-SNAPSHOT.pom
  211. [INFO]
  212. [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ app1 ---
  213. [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
  214. [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
  215. [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
  216. [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
  217. [INFO]
  218. [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app1 >>>
  219. [INFO]
  220. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app1 ---
  221. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  222. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/main/resources
  223. [INFO]
  224. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app1 ---
  225. [INFO] Nothing to compile - all classes are up to date
  226. [INFO]
  227. [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ app1 ---
  228. [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
  229. Instrumenting 1 file to /Users/mirko/Documents/workspace/multimodule/app1/target/generated-classes/cobertura
  230. Cobertura: Saved information on 1 classes.
  231. Instrument time: 109ms
  232.  
  233. [INFO] Instrumentation was successful.
  234. [INFO] NOT adding cobertura ser file to attached artifacts list.
  235. [INFO]
  236. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app1 ---
  237. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  238. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/test/resources
  239. [INFO]
  240. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app1 ---
  241. [INFO] Nothing to compile - all classes are up to date
  242. [INFO]
  243. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app1 ---
  244. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app1/target/surefire-reports
  245.  
  246. -------------------------------------------------------
  247. T E S T S
  248. -------------------------------------------------------
  249. Running de.friedenhagen.multimodule.app1.MyApp1Test
  250. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
  251.  
  252. Results :
  253.  
  254. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  255.  
  256. Flushing results...
  257. Flushing results done
  258. Cobertura: Loaded information on 1 classes.
  259. Cobertura: Saved information on 1 classes.
  260. [INFO]
  261. [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app1 <<<
  262. [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
  263. [INFO] Skipped "Cobertura Test Coverage" report, file "index.html" already exists for the English version.
  264. [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
  265. [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
  266. [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
  267. [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
  268. [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
  269. [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
  270. [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
  271. [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
  272. [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
  273. [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
  274. [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
  275. [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
  276. [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
  277. [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
  278. [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.2
  279. [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.2
  280. [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.6
  281. [INFO]
  282. [INFO] There are 8 checkstyle errors.
  283. [INFO]
  284. [INFO] ------------------------------------------------------------------------
  285. [INFO] Building app2 1.19-SNAPSHOT
  286. [INFO] ------------------------------------------------------------------------
  287. [INFO]
  288. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app2 ---
  289. [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/app2/target
  290. [INFO]
  291. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app2 ---
  292. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  293. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/main/resources
  294. [INFO]
  295. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app2 ---
  296. [INFO] No sources to compile
  297. [INFO]
  298. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app2 ---
  299. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  300. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/test/resources
  301. [INFO]
  302. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app2 ---
  303. [INFO] No sources to compile
  304. [INFO]
  305. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app2 ---
  306. [INFO] No tests to run.
  307. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app2/target/surefire-reports
  308.  
  309. -------------------------------------------------------
  310. T E S T S
  311. -------------------------------------------------------
  312. There are no tests to run.
  313.  
  314. Results :
  315.  
  316. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  317.  
  318. [INFO]
  319. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ app2 ---
  320. [WARNING] JAR will be empty - no content was marked for inclusion!
  321. [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/app2/target/app2-1.19-SNAPSHOT.jar
  322. [INFO]
  323. [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ app2 ---
  324. [INFO]
  325. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ app2 ---
  326. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app2/target/app2-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app2/1.19-SNAPSHOT/app2-1.19-SNAPSHOT.jar
  327. [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app2/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app2/1.19-SNAPSHOT/app2-1.19-SNAPSHOT.pom
  328. [INFO]
  329. [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ app2 ---
  330. [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
  331. [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
  332. [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
  333. [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
  334. [INFO]
  335. [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app2 >>>
  336. [INFO]
  337. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app2 ---
  338. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  339. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/main/resources
  340. [INFO]
  341. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app2 ---
  342. [INFO] No sources to compile
  343. [INFO]
  344. [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ app2 ---
  345. [WARNING] No files to instrument.
  346. [INFO] NOT adding cobertura ser file to attached artifacts list.
  347. [INFO]
  348. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app2 ---
  349. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  350. [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/test/resources
  351. [INFO]
  352. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app2 ---
  353. [INFO] No sources to compile
  354. [INFO]
  355. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app2 ---
  356. [INFO] No tests to run.
  357. [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app2/target/surefire-reports
  358.  
  359. -------------------------------------------------------
  360. T E S T S
  361. -------------------------------------------------------
  362. There are no tests to run.
  363.  
  364. Results :
  365.  
  366. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  367.  
  368. [INFO]
  369. [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app2 <<<
  370. [INFO] Not executing cobertura:report as the cobertura data file (/Users/mirko/Documents/workspace/multimodule/app2/target/cobertura/cobertura.ser) could not be found
  371. [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
  372. [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
  373. [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
  374. [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
  375. [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
  376. [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
  377. [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
  378. [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
  379. [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
  380. [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
  381. [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
  382. [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
  383. [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
  384. [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
  385. [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
  386. [INFO] ------------------------------------------------------------------------
  387. [INFO] Reactor Summary:
  388. [INFO]
  389. [INFO] parent ............................................ SUCCESS [11.136s]
  390. [INFO] core .............................................. SUCCESS [13.524s]
  391. [INFO] app1 .............................................. SUCCESS [10.647s]
  392. [INFO] app2 .............................................. SUCCESS [3.410s]
  393. [INFO] ------------------------------------------------------------------------
  394. [INFO] BUILD SUCCESS
  395. [INFO] ------------------------------------------------------------------------
  396. [INFO] Total time: 38.988s
  397. [INFO] Finished at: Thu Apr 21 21:54:06 CEST 2011
  398. [INFO] Final Memory: 24M/110M
  399. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment