Hi Barath,
Just add
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</dependency>
to your <dependencies> </dependencies> in the pom.xml
Best Regards
Freeman
Best
Barath wrote:
Hi all,
In my component's Bootstrap i have
import org.mortbay.jetty.Connector;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.bio.SocketConnector;
import org.mortbay.jetty.servlet.ServletHandler;
so in my mavens pom.xml i included
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
</plugin>
</plugins>
and when i give maven install in cmd i am getting
package doesnot exist error....
Help me out?
Barath.