Skip to content

Console Output

projectStarted org.seasar.cubby:cubby-guice-examples:2.0.10-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cubby Guice Examples 2.0.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cubby-guice-examples ---
[INFO] Deleting /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[TASKS] Scanning folder '/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples' for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 7 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #235
mojoStarted org.codehaus.mojo:cobertura-maven-plugin:2.2(default)
[INFO] 
[INFO] --- cobertura-maven-plugin:2.2:clean (default) @ cubby-guice-examples ---
mojoSucceeded org.codehaus.mojo:cobertura-maven-plugin:2.2(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cubby-guice-examples ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cubby-guice-examples ---
[INFO] Compiling 5 source files to /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/classes
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cubby-guice-examples ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cubby-guice-examples ---
[INFO] Compiling 2 source files to /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/test-classes
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cubby-guice-examples ---
[INFO] Surefire report directory: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.cubby.examples.guice.action.HelloActionTest
DEBUG 2013-08-08 01:09:20,222 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,227 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,229 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,230 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,231 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,233 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,234 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,235 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,251 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice/target/cubby-guice-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:09:20,255 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を構築しました
DEBUG 2013-08-08 01:09:20,256 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を初期化します
INFO  2013-08-08 01:09:20,257 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を初期化しました
DEBUG 2013-08-08 01:09:20,258 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を登録します
INFO  2013-08-08 01:09:20,259 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:09:20,260 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:09:20,262 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:09:20,263 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:09:20,264 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:09:20,265 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を登録しました
DEBUG 2013-08-08 01:09:20,266 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を準備します
INFO  2013-08-08 01:09:20,267 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を準備しました
DEBUG 2013-08-08 01:09:20,274 [main] /hello/ へのリクエストを受け付けました
DEBUG 2013-08-08 01:09:20,281 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@427eb6e2 を用いてリクエストを解析します
DEBUG 2013-08-08 01:09:20,285 [main]  の処理を開始します
DEBUG 2013-08-08 01:09:20,286 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index())を実行します
DEBUG 2013-08-08 01:09:20,308 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5e6214f5 を破棄します
INFO  2013-08-08 01:09:20,310 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5e6214f5 を破棄しました
DEBUG 2013-08-08 01:09:20,311 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を破棄します
INFO  2013-08-08 01:09:20,312 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@2830ae41 を破棄しました
DEBUG 2013-08-08 01:09:20,337 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,338 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,340 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,341 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,342 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,343 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,345 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,346 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,348 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice/target/cubby-guice-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:09:20,349 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を構築しました
DEBUG 2013-08-08 01:09:20,350 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を初期化します
INFO  2013-08-08 01:09:20,351 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を初期化しました
DEBUG 2013-08-08 01:09:20,352 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を登録します
INFO  2013-08-08 01:09:20,353 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:09:20,354 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:09:20,355 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:09:20,356 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:09:20,356 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:09:20,357 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を登録しました
DEBUG 2013-08-08 01:09:20,358 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を準備します
INFO  2013-08-08 01:09:20,358 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を準備しました
DEBUG 2013-08-08 01:09:20,359 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-08-08 01:09:20,360 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@d02b2b6 を用いてリクエストを解析します
DEBUG 2013-08-08 01:09:20,361 [main]  の処理を開始します
DEBUG 2013-08-08 01:09:20,361 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-08-08 01:09:20,369 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を破棄します
INFO  2013-08-08 01:09:20,370 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@1acc0e01 を破棄しました
DEBUG 2013-08-08 01:09:20,371 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@6f18278a を破棄します
INFO  2013-08-08 01:09:20,372 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@6f18278a を破棄しました
DEBUG 2013-08-08 01:09:20,391 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,392 [main] アクションメソッドを登録します [regex=^/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.IndexAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,393 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,394 [main] アクションメソッドを登録します [regex=^/hello/$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,395 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,396 [main] アクションメソッドを登録します [regex=^/hello/message$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,397 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,398 [main] アクションメソッドを登録します [regex=^/hello/back$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.back(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=]
DEBUG 2013-08-08 01:09:20,399 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice/target/cubby-guice-2.0.10-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:09:20,400 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を構築しました
DEBUG 2013-08-08 01:09:20,401 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を初期化します
INFO  2013-08-08 01:09:20,401 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を初期化しました
DEBUG 2013-08-08 01:09:20,402 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を登録します
INFO  2013-08-08 01:09:20,403 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:09:20,404 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:09:20,404 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:09:20,405 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:09:20,406 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:09:20,407 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を登録しました
DEBUG 2013-08-08 01:09:20,408 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を準備します
INFO  2013-08-08 01:09:20,408 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を準備しました
DEBUG 2013-08-08 01:09:20,409 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-08-08 01:09:20,410 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@7433b121 を用いてリクエストを解析します
DEBUG 2013-08-08 01:09:20,411 [main]  の処理を開始します
DEBUG 2013-08-08 01:09:20,412 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-08-08 01:09:20,414 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@11ae9aaa を破棄します
INFO  2013-08-08 01:09:20,415 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@11ae9aaa を破棄しました
DEBUG 2013-08-08 01:09:20,416 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を破棄します
INFO  2013-08-08 01:09:20,416 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@5e2c17f7 を破棄しました
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 sec
Running org.seasar.cubby.examples.guice.service.impl.HelloServiceImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0


[JENKINS] テスト結果の記録
mojoStarted org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war)
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ cubby-guice-examples ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cubby-guice-examples] in [/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/src/main/webapp]
[INFO] Webapp assembled in [99 msecs]
[INFO] Building war: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples.war
[INFO] WEB-INF/web.xml already added, skipping
mojoSucceeded org.apache.maven.plugins:maven-war-plugin:2.1.1(default-war)
2013/08/08 1:09:21 hudson.maven.ExecutedMojo <init>
警告: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
mojoStarted org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar)
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (source-jar) @ cubby-guice-examples ---
[INFO] Building jar: /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar)
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cubby-guice-examples ---
[INFO] Installing /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples.war to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-guice-examples/2.0.10-SNAPSHOT/cubby-guice-examples-2.0.10-SNAPSHOT.war
[INFO] Installing /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-guice-examples/2.0.10-SNAPSHOT/cubby-guice-examples-2.0.10-SNAPSHOT.pom
[INFO] Installing /home/services/jenkins/jobs/cubby-2.0.x/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples-sources.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-guice-examples/2.0.10-SNAPSHOT/cubby-guice-examples-2.0.10-SNAPSHOT-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded org.seasar.cubby:cubby-guice-examples:2.0.10-SNAPSHOT