specific maven repository paths ..

2009-01-27 Thread Joey Krane
Hello, I'm trying to get seam version 2.1.1.GA from http://repository.jboss.org/maven2/org/jboss/seam/jboss-seam/ My pom.xml looks like, jboss-seam JBoss Maven Repository http://repository.jboss.org/mav

Re: Maven webapp and extreme complexity

2008-12-16 Thread Joey Krane
On Tue, Dec 16, 2008 at 3:28 PM, Nick Stolwijk wrote: > Take a look at chapter 5 of the book. It creates a simple webapp. In > chapter 5.5 it adds a servlet to src/main/java. > Thanks for your patience. Creating the java directory and copying the sources fixed the problem. I think it is a bug i

Re: Maven webapp and extreme complexity

2008-12-16 Thread Joey Krane
Joey > > > > On Tue, Dec 16, 2008 at 10:17 AM, Joey Krane wrote: >> Hello, >> >> I'm exploring Maven and hence started to work with a simple web >> application. I used the one I had already (mywebapp) >> >> with the following direct

Maven webapp and extreme complexity

2008-12-16 Thread Joey Krane
Hello, I'm exploring Maven and hence started to work with a simple web application. I used the one I had already (mywebapp) with the following directory structure. mywebapp/ login.html wEB-INF/ src/LoginServlet.java src/EmailServlet.java web.xml I us