Maven Archetypes Updated
Maven webapp project archetypes for popular frameworks
The maven webapp archetypes - all with configuration for the handy Jetty maven plugin built in - made available by Webtide have recently been updated to the following versions:
All are freely available for download from the Webtide site at www.webtide.com/resources.jsp.
- Active MQ - 5.0.0
- Dojo - 1.0.2
- DWR - 2.0.2
- JSF - 1.2_07
- Spring - 2.5
- Struts - 2.0.11
- Tapestry - 4.1.3
- WebWork - 2.2.6
- cometd - Bayeux/jetty 6.1.7
All are freely available for download from the Webtide site at www.webtide.com/resources.jsp.
Maven Spring Archetype error
I have downloaded the archetype maven-archetype-Spring and installed it using mvn install but I still get an error.
I am using the command
mvn archetype:create -DarchetypeGroupId=com.webtide -DarchetypeArtifactId=maven-archetype-Spring -DarchetypeVersion=2.5 -DgroupId=com.ubs.jhbrsa -DartifactId=mymavenspring
I get the error
Unable to locate resource in repository
mvn is trying and failing to get the http://repo1.maven.org/maven2/com/webtide/maven-archetype-Spring/2.5/maven-archetype-Spring-2.5.jar
Please reply to me on my email brighton.kukasira@gmail.com
I am using the command
mvn archetype:create -DarchetypeGroupId=com.webtide -DarchetypeArtifactId=maven-archetype-Spring -DarchetypeVersion=2.5 -DgroupId=com.ubs.jhbrsa -DartifactId=mymavenspring
I get the error
Unable to locate resource in repository
mvn is trying and failing to get the http://repo1.maven.org/maven2/com/webtide/maven-archetype-Spring/2.5/maven-archetype-Spring-2.5.jar
Please reply to me on my email brighton.kukasira@gmail.com
