Maven/SVN configuration help

2005-06-21 Thread Farmer, Todd
Hi, I am looking for documentation on using the Maven SCM goals with Subversion. When I run scm:checkout-project, here's what I get: build:start: scm:parse-connection: [echo] Using connection: scm:svn:svn+ssh://[my svn host]/usr/local/[my svn repo]/[my svn project] Using SCM met

RE: Maven/SVN configuration help

2005-06-21 Thread Farmer, Todd
Maven/SVN configuration help You must have the latest SCM plugin (1.5) to use the SVN provider (and that uses the new goals from the web site). http://maven.apache.org/start/download.html#Updated_Plugins On 6/22/05, Farmer, Todd <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am

Tomcat JSP Pre-compile using Maven

2005-08-15 Thread Farmer, Todd
Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the web app uses Struts with Tiles. Can anybody point me towards documentation or tutorials on this task? Thanks! Todd Farmer

RE: Tomcat JSP Pre-compile using Maven

2005-08-16 Thread Farmer, Todd
Thanks, Mattias, for your helpful response. Rightly or wrongly (probably the latter), I recall that I looked at the Tomcat plug-in a while back, and it didn't support pre-compilation on Tomcat 5. I have also tried (numerous times) to implement the custom task described on the Maven website. I ha