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 ------------------------------------------------------------------------------ myProjectDirName/src/test/java/com/mycompany/myproject/AppTest.java }}} - * '''myProjectDirName''' directory name (''from the '''[:M2ArtifactId:artifactId]''' property'') + * '''myProjectDirName''' (''from the '''[:M2ArtifactId:artifactId]''' property passed to mvn'') * '''pom.xml''' file (''defines the '''[:M2POM:Project Object Model]''''') * '''src/main/java''' is where project java source goes - * '''com/mycompany/myproject''' directory structure (''from the '''[:M2GroupId:groupId]''' property'') + * '''com/mycompany/myproject''' (''from the '''[:M2GroupId:groupId]''' property passed to mvn'') * '''src/test/java''' is where testing java source goes - * '''App.java''' and '''App''''''Test.java''' are sample files that you can rename or delete + * '''App.java''' and '''App''''''Test.java''' are sample application files --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]