Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread webmeiker
Hi, Working with Eclipse m2eclipse maven Eclipse plugin, Could somebody tell me where can I find struts2 sample maven archetypes? For all the Catalog files I found, when I try to add as Remote Archetype Catalog, Eclipse dialog window says that ‘Remote catalog is empty’. Thanks [image: Image

Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Lukasz Lenart
Did you try this one ? http://struts.apache.org/archetype-catalog.xml Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail:

[OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Dave Newton
sample maven archetypes? For all the Catalog files I found, when I try to add as Remote Archetype Catalog, Eclipse dialog window says that ‘Remote catalog is empty’. Thanks [image: Image 16.jpg] --

Re: [OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Nick Broadhurst
maven archetypes? For all the Catalog files I found, when I try to add as Remote Archetype Catalog, Eclipse dialog window says that ‘Remote catalog is empty’. Thanks [image: Image 16.jpg] --

Re: [OT] Re: Could somebody tell me where can I find struts2 sample maven archetypes?

2011-03-25 Thread Dave Newton
more annoying than the reams of legalese some people think is useful in a .sig. On Fri, Mar 25, 2011 at 9:38 AM, webmeiker i...@webmeiker.com wrote: Hi, Working with Eclipse m2eclipse maven Eclipse plugin, Could somebody tell me where can I find struts2 sample maven archetypes

Re: Struts2 and Maven Archetypes

2010-09-14 Thread Lukasz Lenart
2010/9/14 Roland T. Craddolph rcraddo...@amagatto.com: Sorry I've been having Outlook issues for far too long that finally got fixed.  It works and this is a lot easier than that huge command.  My only question is for the packaging question what would you recommend to put there?  I'm still

RE: Struts2 and Maven Archetypes

2010-09-14 Thread Roland T. Craddolph
and Lead Architect Email: rcraddo...@amagatto.com Website: http://www.amagatto.com -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Tuesday, September 14, 2010 1:02 AM To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes 2010/9/14 Roland

Re: Struts2 and Maven Archetypes

2010-09-14 Thread Dave Newton
] Sent: Tuesday, September 14, 2010 1:02 AM To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes 2010/9/14 Roland T. Craddolph rcraddo...@amagatto.com: Sorry I've been having Outlook issues for far too long that finally got fixed.  It works and this is a lot easier than

RE: Struts2 and Maven Archetypes

2010-09-14 Thread Roland T. Craddolph
...@googlemail.com] Sent: Tuesday, September 14, 2010 1:02 AM To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes 2010/9/14 Roland T. Craddolph rcraddo...@amagatto.com: Sorry I've been having Outlook issues for far too long that finally got fixed. It works and this is a lot

Re: Struts2 and Maven Archetypes

2010-09-14 Thread Dave Newton
Website: http://www.amagatto.com -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Tuesday, September 14, 2010 10:55 AM To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes The root of your package structure. On Tue, Sep 14, 2010 at 11:50

RE: Struts2 and Maven Archetypes

2010-09-14 Thread Roland T. Craddolph
[mailto:davelnew...@gmail.com] Sent: Tuesday, September 14, 2010 11:55 AM To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes That's a directory structure, not a package structure. The archetype will put the source in the right place for Maven. On Tue, Sep 14, 2010 at 12:53 PM, Roland T

Re: Struts2 and Maven Archetypes

2010-09-14 Thread Lukasz Lenart
2010/9/14 Roland T. Craddolph rcraddo...@amagatto.com: I started messing around with some more and option 6 didn't work, it has a build failure. Could you register an issue with attached error log? http://issues.apache.org/jira/browse/WW Thanks in advance -- Łukasz + 48 606 323 122

RE: Struts2 and Maven Archetypes

2010-09-13 Thread Roland T. Craddolph
To: Struts Users Mailing List Subject: Re: Struts2 and Maven Archetypes Hi, I added archetype catalog, could you test it? mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl

Re: Struts2 and Maven Archetypes

2010-08-17 Thread Lukasz Lenart
Hi, I added archetype catalog, could you test it? mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl

Struts2 and Maven Archetypes

2010-08-03 Thread Roland T. Craddolph
I've asked this question on the Maven listserv, but didn't not get a response back so I will ask on this one also. What other commands are there available to make Struts2 archetypes? For now I've been using this: mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial