Solving absense maven-eclipse-plugin version´s
marcosnasp opened this issue · comments
due to missing of maven-eclipse-plugin version´s, my mvn -U clean install introduces errors on build process. It´s necessary a full pom revision and corrections to achieve the solving of this issue.
The log shows me too, the follow error:
ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \Users\Home\development\git\arquillian-h2database-testcase\test-case\src\main\java\org\example\producers\DataRepositoryProducer.java:[3,30] error: package javax.enterprise.inject does not exist
[ERROR] \Users\Home\development\git\arquillian-h2database-testcase\test-case\src\main\java\org\example\producers\DataRepositoryProducer.java:[16,5] error: cannot find symbol
error in https://github.com/marcosnasp/arquillian-h2database-testcase/blob/master/test-case/pom.xml#L240. The tag of cdi-api as test. Therefore, the errors appears in the compile and install in maven repo.
Solved.