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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
