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.
--
View this message in context:
http://www.nabble.com/Maven---package-doesnot-exist-error-tf4695359s12049.html#a13421342
Sent from the ServiceMix - User mailing list archive at Nabble.com.