yes - see Maven Archiva or Continuum.

The problem is likely that you have too many servlet APIs defined. Try
setting the scope on any of your own to 'provided'.

- Brett

On 07/11/06, noon <[EMAIL PROTECTED]> wrote:

Hi,

Has anybody successfully used the M2 jetty6-plugin with projects that uses
e.g. sitemesh filters?

The error message is:
Embedded error: class com.opensymphony.module.sitemesh.filter.PageFilter is
not a javax.servlet.Filter

And here's an excerpt from my web.xml where I define the sitemesh filter:

<filter>
   <filter-name>sitemesh</filter-name>

<filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
</filter>


--
View this message in context: 
http://www.nabble.com/M2-%2B-jetty-plugin-%2B-sitemesh-tf2588353s177.html#a7217312
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to