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 directory 
sturcture:
+ The '''mvn archetype:create''' command created the following 
[:M2StandardDirectoryStructure:directory sturcture]:
  
  {{{
  myProjectDirName/pom.xml
@@ -17, +17 @@

   * '''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'')
+  * '''src/main/java''' is where project java source goes
+  * '''src/test/java''' is where testing java source goes
+ 
  
  
  ##[[Navigation(siblings)]]

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

Reply via email to