Hello!
I have troubles with maven archetype for erxapp+servlet:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: local -> org.objectstyle.woproject.maven2:woapplication-archetype (basic woapplication)
2: local -> org.objectstyle.woproject.maven2:woframework-archetype (basic woframework)
3: local -> org.objectstyle.woproject.maven2:erxapplication-archetype (wonder application (snapshot))
4: local -> org.objectstyle.woproject.maven2:erxapplication-servlet-archetype (wonder servlet application (snapshot))
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): : 4
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:37.362s
[INFO] Finished at: Wed Dec 18 13:47:58 FET 2013
[INFO] Final Memory: 7M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.objectstyle.woproject.maven2:erxapplication-servlet-archetype:2.1-SNAPSHOT) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
Where can i get this artefact?
Thanks!