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的項目文檔。