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/043UsingMvn ------------------------------------------------------------------------------ #language en #pragma section-numbers off [[Navigation(slides)]] - = Title = + = Using mvn: mvn Command Output = - The output of the mvn archetype:create command will look something like this: + As can be seen from the following output, the mvn archetype:create command took about 23 seconds, downloaded xxx components to the local repository, and create a new project directory structure. + {{{ C:> mvn archetype:create -DartifactId=myProjectDirName -DgroupId=com.mycompany.myproject [INFO] Scanning for projects... @@ -121, +122 @@ [INFO] Using following parameters for creating Archetype: maven-archetype-quickstart:RELEASE [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: com.mycompany.myproject - [INFO] Parameter: outputDirectory, Value: c:\DOCUME~1\USER~1.DSI\LOCALS~1\Temp\mvn-sandbox\myProjectDirName + [INFO] Parameter: outputDirectory, Value: c:\DOCUME~1\USER~1\LOCALS~1\Temp\mvn-sandbox\myProjectDirName [INFO] Parameter: packageName, Value: com.mycompany.myproject [INFO] Parameter: package, Value: com.mycompany.myproject [INFO] Parameter: version, Value: 1.0-SNAPSHOT @@ -130, +131 @@ [INFO] ********************* End of debug info from resources from generated POM *********************** [INFO] ResourceManager : found archetype-resources/src/main/java/App.java with loader org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader [INFO] ResourceManager : found archetype-resources/src/test/java/AppTest.java with loader org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader - [INFO] Archetype created in dir: c:\DOCUME~1\CCOBB~1.DSI\LOCALS~1\Temp\mvn-sandbox\myProjectDirName + [INFO] Archetype created in dir: c:\DOCUME~1\USER~1\LOCALS~1\Temp\mvn-sandbox\myProjectDirName [INFO] ---------------------------------------------------------------------------- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------------- - [INFO] Total time: 2 seconds + [INFO] Total time: 23 seconds [INFO] Finished at: Fri Jan 20 12:41:22 EST 2006 [INFO] Final Memory: 4M/7M [INFO] ---------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
