All my (admittedly limited) experience of Maven is that the exact location of everything matters more than anything else. So yes, I have a servlet-api.jar from Tomcat 7. Where do I put it exactly? Thanks.
Ken Kenneth D. Litwak, Ph.D. Azusa Pacific University 901 E. Alosta Ave. Azusa, CA 91702 -----Original Message----- From: Stephen Connolly [mailto:[email protected]] Sent: Friday, February 04, 2011 9:32 AM To: Maven Users List Subject: Re: Generic location for servlet-api.jar servlet-api should be scope provided, so as long as it's a correct servlet-api jar, it won't matter - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 4 Feb 2011 17:13, "Kenneth Litwak" <[email protected]> wrote: > In Maven by Example, the servlet-api.jar is supplied by Jetty but I > want to use the jar from Tomcat, which is where I'm going to install my > web abb. So I'm unsure where Maven is going to expect to find a jar > file that it is not downloading as a dependency or plugin. Can someone > advise me please? Thanks. > > Ken > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
