Skip to content

Console Output

projectStarted org.seasar.cubby:cubby-guice-examples:2.1.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cubby Guice Examples 2.1.0-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-trunk/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-trunk/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.
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-trunk/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] Compiling 2 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cubby-guice-examples ---
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-trunk/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:12:22,955 [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:12:22,960 [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:12:22,962 [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:12:22,963 [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:12:22,965 [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:12:22,966 [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:12:22,967 [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:12:22,968 [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:12:22,983 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:12:22,986 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を構築しました
DEBUG 2013-08-08 01:12:22,987 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を初期化します
INFO  2013-08-08 01:12:22,988 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を初期化しました
DEBUG 2013-08-08 01:12:22,989 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を登録します
INFO  2013-08-08 01:12:22,990 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:12:22,991 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:12:22,992 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:12:22,993 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:12:22,994 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:12:22,995 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を登録しました
DEBUG 2013-08-08 01:12:22,996 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を準備します
INFO  2013-08-08 01:12:22,997 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を準備しました
DEBUG 2013-08-08 01:12:23,003 [main] /hello/ へのリクエストを受け付けました
DEBUG 2013-08-08 01:12:23,010 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@427eb6e2 を用いてリクエストを解析します
DEBUG 2013-08-08 01:12:23,013 [main]  の処理を開始します
DEBUG 2013-08-08 01:12:23,014 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.index())を実行します
DEBUG 2013-08-08 01:12:23,035 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を破棄します
INFO  2013-08-08 01:12:23,036 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@359b46dc を破棄しました
DEBUG 2013-08-08 01:12:23,037 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2eb0a3f5 を破棄します
INFO  2013-08-08 01:12:23,038 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2eb0a3f5 を破棄しました
DEBUG 2013-08-08 01:12:23,062 [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:12:23,063 [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:12:23,065 [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:12:23,066 [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:12:23,067 [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:12:23,067 [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:12:23,068 [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:12:23,069 [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:12:23,070 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:12:23,071 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を構築しました
DEBUG 2013-08-08 01:12:23,072 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を初期化します
INFO  2013-08-08 01:12:23,073 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を初期化しました
DEBUG 2013-08-08 01:12:23,074 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を登録します
INFO  2013-08-08 01:12:23,075 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:12:23,077 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:12:23,079 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:12:23,080 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:12:23,081 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:12:23,082 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を登録しました
DEBUG 2013-08-08 01:12:23,083 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を準備します
INFO  2013-08-08 01:12:23,083 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を準備しました
DEBUG 2013-08-08 01:12:23,084 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-08-08 01:12:23,085 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@614a75bb を用いてリクエストを解析します
DEBUG 2013-08-08 01:12:23,085 [main]  の処理を開始します
DEBUG 2013-08-08 01:12:23,086 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-08-08 01:12:23,093 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を破棄します
INFO  2013-08-08 01:12:23,095 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@47570945 を破棄しました
DEBUG 2013-08-08 01:12:23,096 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3da1c42f を破棄します
INFO  2013-08-08 01:12:23,097 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3da1c42f を破棄しました
DEBUG 2013-08-08 01:12:23,117 [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:12:23,118 [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:12:23,119 [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:12:23,120 [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:12:23,121 [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:12:23,121 [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:12:23,122 [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:12:23,123 [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:12:23,124 [main] interface org.seasar.cubby.plugin.Plugin の構成ファイル jar:file:/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice/target/cubby-guice-2.1.0-SNAPSHOT.jar!/META-INF/services/org.seasar.cubby.plugin.Plugin を読み込みます
DEBUG 2013-08-08 01:12:23,125 [main] interface org.seasar.cubby.plugin.Plugin の実装として org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を構築しました
DEBUG 2013-08-08 01:12:23,125 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を初期化します
INFO  2013-08-08 01:12:23,126 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を初期化しました
DEBUG 2013-08-08 01:12:23,126 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を登録します
INFO  2013-08-08 01:12:23,127 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します
INFO  2013-08-08 01:12:23,127 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します
INFO  2013-08-08 01:12:23,128 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します
INFO  2013-08-08 01:12:23,129 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します
INFO  2013-08-08 01:12:23,130 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します
INFO  2013-08-08 01:12:23,130 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を登録しました
DEBUG 2013-08-08 01:12:23,131 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を準備します
INFO  2013-08-08 01:12:23,131 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を準備しました
DEBUG 2013-08-08 01:12:23,132 [main] /hello/message へのリクエストを受け付けました
DEBUG 2013-08-08 01:12:23,133 [main] org.seasar.cubby.controller.impl.DefaultRequestParser@29700391 を用いてリクエストを解析します
DEBUG 2013-08-08 01:12:23,134 [main]  の処理を開始します
DEBUG 2013-08-08 01:12:23,134 [main] アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.examples.guice.action.HelloAction.message())を実行します
DEBUG 2013-08-08 01:12:23,137 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を破棄します
INFO  2013-08-08 01:12:23,138 [main] プラグイン org.seasar.cubby.plugins.guice.GuicePlugin@4743bf3d を破棄しました
DEBUG 2013-08-08 01:12:23,138 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3bf8bd0d を破棄します
INFO  2013-08-08 01:12:23,139 [main] プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3bf8bd0d を破棄しました
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
Running org.seasar.cubby.examples.guice.service.impl.HelloServiceImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

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

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[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-trunk/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/src/main/webapp]
[INFO] Webapp assembled in [121 msecs]
[INFO] Building war: /home/services/jenkins/jobs/cubby-trunk/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:12:24 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-trunk/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.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(start-container)
[INFO] 
[INFO] --- cargo-maven2-plugin:1.0.1-alpha-2:start (start-container) @ cubby-guice-examples ---
mojoSucceeded org.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(start-container)
mojoStarted org.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(stop-container)
[INFO] 
[INFO] --- cargo-maven2-plugin:1.0.1-alpha-2:stop (stop-container) @ cubby-guice-examples ---
mojoSucceeded org.codehaus.cargo:cargo-maven2-plugin:1.0.1-alpha-2(stop-container)
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-trunk/workspace/cubby-project/cubby-guice-examples/target/cubby-guice-examples.war to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-guice-examples/2.1.0-SNAPSHOT/cubby-guice-examples-2.1.0-SNAPSHOT.war
[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-guice-examples/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-guice-examples/2.1.0-SNAPSHOT/cubby-guice-examples-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/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.1.0-SNAPSHOT/cubby-guice-examples-2.1.0-SNAPSHOT-sources.jar
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded org.seasar.cubby:cubby-guice-examples:2.1.0-SNAPSHOT
Sending e-mails to: cubby-dev@ml.seasar.org