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 cseg:
http://wiki.apache.org/maven/M2UserDocs/044UsingMvn

New page:
#format wiki
#language en
#pragma section-numbers off
[[Navigation(slides)]]
= Using mvn: Our New Project Directory Tree =

The '''mvn archetype:create''' command created the following files and 
directory sturcture:

{{{
myProjectDirName/pom.xml
myProjectDirName/src/main/java/com/mycompany/myproject/App.java
myProjectDirName/src/test/java/com/mycompany/myproject/AppTest.java
}}}

 * the '''myProjectDirName''' directory name came from the '''artifactId''' 
property that was passed to mvn.
 * the '''pom.xml''' file defines the '''Project Object Model'''.  All project 
directories (including sub-projects) have a '''pom.xml''' file.
 * the '''com/mycompany/myproject''' structure came from the '''groupId''' 
property that was passed to mvn.


##[[Navigation(siblings)]]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to