|
From: Konstantin G. <gr...@gm...> - 2015-02-11 16:02:44
|
Hi, folks. Currently `mvn clean install` invocation fails even with `-DskipTests=true`. Build fails because maven can't find `javax.enterprise.inject.spi.Extension` when building `org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java` in *Resteasy Validator Provider BV 1.1* When building with tests turned on it fails earlier, on running tests in restesy-jaxrs module. Related logs (with and without tests run) can be found at [1]. [1]: https://gist.github.com/grossws/a6f6395c1337f61e43cd -- Best regards, Konstantin Gribov |