[M2] Weird classpath problem (servlet-api)

2007-01-19 Thread kcheang
Hi All, I have a web application which uses Maven2. It was working fine until I started to add additional features which requires more 3rd-party libraries. After I added these libraries to my dependency list, Maven couldn't compile the application because servlet-api was not on the classpath

Re: M2: Site generation failed for multi-module projects

2006-12-02 Thread kcheang
LOL. I followed an exmaple in the Maven book by Mergere. They had the typo "project-version" instead of the "project.version". Everything works now. Thanks for your help! Kenny On 2006.12.02 14:46:22 -0700, Wendy Smoak wrote: On 12/2/06, kcheang <[EMAIL PROTECTED]&g

Re: M2: Site generation failed for multi-module projects

2006-12-02 Thread kcheang
Thanks for your reply. I did 'mvn install' and 'mvn deploy' already. The dependency jar file has been installed in my local repository and internal repository. Any other ideas? Thanks! Kenny On 2006.12.02 08:36:10 -0700, Wendy Smoak wrote: On 12/1/06, Kenny Cheang <[EMAIL PROTECTED]> wrote: