Maven2 struts archtype error -- documentation in
http://struts.apache.org/2.x/docs/struts-2-blank-archetype.html
-----------------------------------------------------------------------------------------------------------------
Key: WW-3141
URL: https://issues.apache.org/struts/browse/WW-3141
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.6
Environment: java version "1.5.0_15"
Maven version: 2.0.8
Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux
Reporter: Srimal Jayawardena
The command
$ mvn archetype:generate -B \
-DgroupId=tutorial \
-DartifactId=tutorial \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-blank \
-DarchetypeVersion=2.1.6
mentioned in http://struts.apache.org/2.x/docs/struts-2-blank-archetype.html
gives the following error:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The desired archetype does not exist
(org.apache.struts:struts2-archetype-blank:2.1.6)
I use
Maven version: 2.0.8
and
java version "1.5.0_15"
Thanks in advance
Srimal.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.