Maven Struts 2 archetype not working

2008-04-24 Thread �rico
I'm trying to run the following command : mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-blank -DarchetypeVersion=2.0.9-SNAPSHOT -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository

Re: Maven + Struts

2006-05-31 Thread Wendy Smoak
On 5/31/06, marcus biel (innoWake gmbh) <[EMAIL PROTECTED]> wrote: To be honest, I was "forced" to convert my struts project that I created in eclipse using a nice eclipse plugin, to Maven. The only problems are: 1) I have no much of an idea of Maven 2) I created the necessary project.properties

Re: Maven + Struts

2006-05-31 Thread Monkeyden
e- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 15:23 To: Struts Users Mailing List Subject: RE: Maven + Struts Your error suggests your war file doesn't have the appropriate struts .jar file(s) in /WEB-INF/lib. I had a similar Maven problem until I double checked

RE: Maven + Struts

2006-05-31 Thread Marco Mistroni
Hello, My 2 c ents again.. Maybe everything has worked perferctly for me cos I m still Developing in Notepad :) Rgds marco -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 15:23 To: Struts Users Mailing List Subject: RE: Maven + Struts Your

AW: Maven + Struts

2006-05-31 Thread marcus biel \(innoWake gmbh\)
edman [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 31. Mai 2006 16:23 An: Struts Users Mailing List Betreff: RE: Maven + Struts Your error suggests your war file doesn't have the appropriate struts .jar file(s) in /WEB-INF/lib. I had a similar Maven problem until I double checked I was using t

RE: Maven + Struts

2006-05-31 Thread David Friedman
-- From: marcus biel (innoWake gmbh) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 9:37 AM To: Struts Users Mailing List Subject: AW: Maven + Struts To be honest, I was "forced" to convert my struts project that I created in eclipse using a nice eclipse plugin, to Maven. The only prob

AW: Maven + Struts

2006-05-31 Thread marcus biel \(innoWake gmbh\)
To be honest, I was "forced" to convert my struts project that I created in eclipse using a nice eclipse plugin, to Maven. The only problems are: 1) I have no much of an idea of Maven 2) I created the necessary project.properties and project.xml files, but in order to make them work I had to adjust

RE: Maven + Struts

2006-05-31 Thread Marco Mistroni
--Original Message- From: marcus biel (innoWake gmbh) [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 13:22 To: Struts Users Mailing List Subject: Maven + Struts Does anyone of you have an example project.xml and project.properties file to use Struts with Maven? Thank

Maven + Struts

2006-05-31 Thread marcus biel \(innoWake gmbh\)
Does anyone of you have an example project.xml and project.properties file to use Struts with Maven? Thanks, Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] maven-struts-module-plugin 1.0

2004-10-14 Thread Nathan Coast
The codeczar team is pleased to announce version 1.0 of the maven-struts-module-plugin. A maven plugin that makes it easier to work with struts modules. http://www.codeczar.com/products/maven-struts-module-plugin/ use this plugin to: 1) break complex web-apps into smaller module projects e.g