Vincent Massol是Jakarta Catus framework(框架)的创建者。其后他花费4年的时间在几个大项目(主要是J2EE)的架构技术上。他现在是Pivolis的创办人和CTO,这是一家专注于应用灵敏方法进行软件开发的公司。他现在居住在法国的首都City of Light(巴黎)。
C:/dev/mavenbook/code/genapp/test-application>maven genapp __ __ // __ _Apache__ ___ // / _` / V / -_) ' / ~ intelligent projects ~ _ _/__,_/_//_____ v. 1.0.2 Attempting to download commons-jelly-tags-interaction-20030211.143817.jar.4K downloadedEnter a project template to use: [default][Enter]Please specify an id for your application: [app]test-applicationPlease specify a name for your application: [Example Application]Test ApplicationPlease specify the package for your application: [example.app]mdn.testappbuild:start:genapp: [copy] Copying 1 file to C:/dev/mavenbook/code/genapp/test-application/src/java/mdn/testapp[copy] Copying 3 files to C:/dev/mavenbook/code/genapp/test-application/src/test/mdn/testapp[copy] Copying 1 file to C:/dev/mavenbook/code/genapp/test-application/[copy] Copying 2 files to C:/dev/mavenbook/code/genapp/test-application/BUILD SUCCESSFUL
所有Maven项目有一个参考了项目对象模型(POM)的标准目录结构, (as described shortly)。假如你有一些现存的类你想添加到一个项目,添加它们到src/java,假如你有一些单元测试将它们添加到src/test。假如这些已有的类和单元测试依靠一些外部的苦,你将在随后的章节看到如何添加一个附属。xdos目录包含了格式为XDoc的项目文档。