Re: Maven and Struts 2 Stack

2009-02-02 Thread Dave Newton
Michael Finney wrote: I am trying to find archetype-blank archetype mentioned below. I don't think it's been installed yet (I don't actually know how to do that, but am asking). You won't be able to use a non-local archetype until it's seeded to the repo(s). I also read http://struts.apach

RE: Maven and Struts 2 Stack

2009-02-02 Thread Michael Finney
lways Striving To Serve You Better Every Day" fin...@acm.org http://www.SmilingSoftwareSolutions.com -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Saturday, January 31, 2009 1:06 PM To: Struts Users Mailing List Subject: Re: Maven and Struts 2 Stack stanl...

Re: Maven and Struts 2 Stack

2009-01-31 Thread Wendy Smoak
On Sat, Jan 31, 2009 at 7:31 AM, wrote: > Are any of you using the Eclipse Maven plug-in? Also, is > http://mvnrepository.com an aggregate source for POM's? As far as I know, it's just a search site, it doesn't serve the artifacts as a repo for Maven to automatically download from. Maven alr

Re: Maven and Struts 2 Stack

2009-01-31 Thread Dave Newton
stanl...@gmail.com wrote: I am looking for a "seed" POM like the one you describe. Does it contain gray poupon by chance? I'm committing a new archetype-blank today along with some minor documentation; it's pretty basic. I don't think I'll have time to update archetype-starter in Feb but I'l

Re: Maven and Struts 2 Stack

2009-01-31 Thread Edwin Quita
hi Scott, this is what i typically do for creating a skeleton struts2 project: 1. create a blank web application project from the generic maven archetype listing (mvn archetype:generate) 2. i select the appropriate POM dependencies from struts2's sample application http://struts.apache.org/2.1.2

Re: Maven and Struts 2 Stack

2009-01-31 Thread stanlick
Thanks Dave -- I am looking for a "seed" POM like the one you describe. Does it contain gray poupon by chance? Scott On Fri, Jan 30, 2009 at 11:53 AM, Dave Newton wrote: > stanlick wrote: > >> I am SO DONE with mucking around in dependencies that I am about to >> scream! Until recently, I tho

Re: Maven and Struts 2 Stack

2009-01-31 Thread stanlick
Thanks boyz -- Are any of you using the Eclipse Maven plug-in? Also, is http://mvnrepository.com an aggregate source for POM's? Lastly, is there a buffet line POM builder where you can select the stack you desire and click GO? It seems to me the combination/permutation of POMs spread across th

Re: Maven and Struts 2 Stack

2009-01-30 Thread Wes Wannemacher
http://code.google.com/p/struts2inpractice/source/browse/#svn/trunk Scott, you should have been able to find that ;) -Wes On Fri, Jan 30, 2009 at 12:22 PM, Musachy Barroso wrote: > This should(might) also help: > http://struts.apache.org/2.x/docs/struts-maven-archetypes.html > > musachy > > On

Re: Maven and Struts 2 Stack

2009-01-30 Thread Dave Newton
stanlick wrote: I am SO DONE with mucking around in dependencies that I am about to scream! Until recently, I thought "real developers" were in control of jars and the classpath, but as another year passes me by, I'm starting to rethink this whole deal. I installed the Maven 2 plug-in for Eclip

Re: Maven and Struts 2 Stack

2009-01-30 Thread Musachy Barroso
This should(might) also help: http://struts.apache.org/2.x/docs/struts-maven-archetypes.html musachy On Fri, Jan 30, 2009 at 12:20 PM, Musachy Barroso wrote: > Wes has a bunch of examples that you can use as templates. I am trying > to find the link, but failing so far. Wes, are you out there? >

Re: Maven and Struts 2 Stack

2009-01-30 Thread Musachy Barroso
Wes has a bunch of examples that you can use as templates. I am trying to find the link, but failing so far. Wes, are you out there? musachy On Fri, Jan 30, 2009 at 12:14 PM, Edwin Quita wrote: > hi Scott, > > here's the first project i created using struts2 and Maven... just > adjust the versi