bernard created WICKET-4936:
-------------------------------
Summary: Quickstart does not contain source files - only pom.xml
Key: WICKET-4936
URL: https://issues.apache.org/jira/browse/WICKET-4936
Project: Wicket
Issue Type: Bug
Components: wicket-quickstart
Affects Versions: 6.4.0
Environment: Windows XP, JDK 7
Reporter: bernard
Priority: Critical
I copied from the web page
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=6.4.0
-DgroupId=com.mycompany -DartifactId=myproject
-DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false
and executed on the command line.
Only empty folders and pom.xml are created, no source file at all, no web.xml.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.0-alpha-5:generate (default-cli) @
standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.0-alpha-5:generate (default-cli) @
standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.0-alpha-5:generate (default-cli) @
standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] Archetype defined by properties
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.859s
[INFO] Finished at: Thu Dec 20 12:26:50 NZDT 2012
[INFO] Final Memory: 9M/23M
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira