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

------------------------------------------------------------------------------
  [[Navigation(slides)]]
  = Using mvn: Our New Project Directory Tree =
  
- The '''mvn archetype:create''' command created the following files and 
directory sturcture:
+ The '''mvn archetype:create''' command created the following directory 
sturcture:
  
  {{{
  myProjectDirName/pom.xml
@@ -14, +14 @@

  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.
+  * '''myProjectDirName''' directory name (''from the 
'''[:M2ArtifactId:artifactId]''' property'')
+  * '''pom.xml''' file (''defines the '''[:M2POM:Project Object Model]''''')
+  * '''com/mycompany/myproject''' directory structure (''from the 
'''[:M2GroupId:groupId]''' property'')
  
  
  ##[[Navigation(siblings)]]

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

Reply via email to