On Windows 7 and Eclipse 4.2 - Juno and MyBatis-3.1.1:
I created a Maven MyBatis project by checking out from SCM on October 27th. I am getting one error and a warning. As a result, I am not able to build mybatis.jar.
Error: Plugin execution not covered by lifecycle configuration: org.sonatype.plugins:jarjar-maven-plugin:1.5:jarjar (execution: jarjar-classes, phase: compile
Warning: maven-enforcer-plugin (goal "enforce") is ignored by m2e
I'd appreciate any help to resolve these issues.
Thanks