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 AlexanderHars: http://wiki.apache.org/maven/MavenDirectoryLayout The comment on the change is: First shot at directory layout. New page: The default directory layout of Maven is as follows. {{{ basedirectory | +- pom.xml //Project descriptor +- LICENSE.txt +- README.txt | +- src/ //contains all source files | | | +- main/ | | +- assembly/ //Assembly descriptors | | | +- assembly.xml //Default assembly descriptor | | | | | +- config/ //Configuration files | | +- java/ //Application/library source files | | +- filters/ //Resource filter files | | | +- test/ | | +- java/ //Test soruce files | | +- resources/ //Test resource files | | +- filters/ //Test filter files | | | +- site/ | +- apt/ //Files written in APT format | | +- index.apt | | | +- xdoc/ //Files written in XDOC format | | +- other.xml | | | +- fml/ //Faq's | | +- general.fml | | +- faq.fml | | | +- resources/ //Resources | | +- css/ | | | +- site.css //can replace Maven's default site.css | | | | | +- images/ //place your images here | | +- pic1.jpg | | | +- site.xml //defines menu structure and logos | +- target/ //contains all target files +- classes/ //generated class files +- site/ //the generated site files }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
