I like to update the existing Struts2 Portlet Tutorial. 
https://cwiki.apache.org/confluence/display/WW/Struts+2+Portlet+Tutorial

But I run into Failure when executing following maven command to create the
Webapp from archetype.

/mvn archetype:generate -DarchetypeGroupId=org.apache.struts
-DarchetypeArtifactId=struts2-archetype-portlet -DarchetypeVersion=2.3.1.1
-DartifactId=bookmark-portlet -DarchetypeCatalog=http://struts.apache.org/

[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.0:generate (default-cli) @
standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.0:generate (default-cli) @
standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.0:generate (default-cli) @
standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] Archetype repository missing. Using the one from
[org.apache.struts:struts2-archetype-portlet:2.3.1 ->
http://repo1.maven.org/maven2/] found in catalog http://struts.apache.org/
Downloading:
http://repo1.maven.org/maven2/org/apache/struts/struts2-archetype-portlet/2.3.1/struts2-archetype-portlet-2.3.1.jar
Downloaded:
http://repo1.maven.org/maven2/org/apache/struts/struts2-archetype-portlet/2.3.1/struts2-archetype-portlet-2.3.1.jar
(8 KB at 15.6 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/apache/struts/struts2-archetype-portlet/2.3.1/struts2-archetype-portlet-2.3.1.pom
Downloaded:
http://repo1.maven.org/maven2/org/apache/struts/struts2-archetype-portlet/2.3.1/struts2-archetype-portlet-2.3.1.pom
(3 KB at 5.0 KB/sec)
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4.032s
[INFO] Finished at: Wed Jan 04 13:26:49 CET 2012
[INFO] Final Memory: 6M/61M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:2.0:generate (default-cli)
on project standalone-pom: The defined artifact is not an archetype -> [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:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException/

Is my maven comand wrong? Any Suggestions?

Johannes


-----
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context: 
http://struts.1045723.n5.nabble.com/Create-struts2-portlet-webapp-from-archetype-tp5119466p5119466.html
Sent from the Struts - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to