When i try to run jetty maven plugin(mvn jetty:run) I have received this error:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
D:\projects\Projekt\src\main\java\Runner.java:[18,22] package org.apache.uima does not exist
This package use class Runner, and it seems that it was not found, how can i add it? I have tried to use <webAppConfig>, but it doesn't help...