You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/19 17:45:22 UTC

[Maven Wiki] Update of "MavenDirectoryLayout" by StephenDuncan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.

The following page has been changed by StephenDuncan:
http://wiki.apache.org/maven/MavenDirectoryLayout

------------------------------------------------------------------------------
- The default directory layout of Maven is as follows. 
+ The default directory layout of Maven is as follows.
  
  
  {{{
@@ -16, +16 @@

  |  +- main/
  |  |  +- assembly/       //Assembly descriptors
  |  |  |  +- assembly.xml //Default assembly descriptor
- |  |  |  
+ |  |  |
  |  |  +- config/         //Configuration files
  |  |  +- java/           //Application/library source files
+ |  |  +- resources/      //Resource files
  |  |  +- filters/        //Resource filter files
+ |  |  +- webapp/         //Webapp source files for a war project
  |  |
  |  +- test/
- |  |  +- java/           //Test soruce files 
+ |  |  +- java/           //Test source files
  |  |  +- resources/      //Test resource files
  |  |  +- filters/        //Test filter files
  |  |
@@ -33, +35 @@

  |     +- xdoc/            //Files written in XDOC format
  |     |  +- other.xml
  |     |
- |     +- fml/             //Faq's 
+ |     +- fml/             //Faq's
  |     |  +- general.fml
  |     |  +- faq.fml
  |     |
- |     +- resources/       //Resources 
+ |     +- resources/       //Resources
  |     |  +- css/
  |     |  |  +- site.css   //can replace Maven's default site.css
  |     |  |

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org