maven genapp(web)


Web Applicationの雛型の生成。

$ maven genapp

Enter a project template to use: [default]
web
^^^
Please specify an id for your application:  [app]
web
^^^
Please specify a name for your application:  [Example Application]
Example Web Application
^^^^^^^^^^^^^^^^^^^^^^^
Please specify the package for your application:  [example.web] 

build:start:

genapp:
   [copy] Copying 1 file to /tmp/ex01/src/java/example/web
   [copy] Copying 1 file to /tmp/ex01/src/test/example/web
   [copy] Copying 2 files to /tmp/ex01/src/test-cactus/example/web
   [copy] Copying 2 files to /tmp/ex01
   [copy] Copying 5 files to /tmp/ex01
BUILD SUCCESSFUL
Total time: 14 seconds
Finished at: Mon Oct 03 13:47:49 JST 2005

$

通常の(?)Unit Testの実行。

$ maven test