Thanks for replying Wayne.

This is my depedency.

                <dependency>            
                   <groupId>org.wicketstuff</groupId>
                   <artifactId>wicket-contrib-tinymce</artifactId>
                   <version>1.3-SNAPSHOT</version>              
                </dependency>   

I start jetty like this - mvn jetty:run and all of that starts fine and does
not complain about this missing class file.

And the packaging is war. 

        <modelVersion>4.0.0</modelVersion>
        <groupId>com.jasneo</groupId>
        <artifactId>ib</artifactId>
        <packaging>war</packaging>
        <version>1.3.5</version>
        <!-- TODO project name  -->
        <name>quickstart</name>
        <description></description>

-- 
View this message in context: 
http://www.nabble.com/Maven-Class-not-found-exception-tp21944885p21945560.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to