I'm trying to run a full mvn clean install -Dmaven.test.skip at the root but am getting this error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Internal error in the plugin manager executing goal 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.1:generate': Unable to load the mojo 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.1:generate' in the plugin 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin'. A required class is missing: com/sun/tools/xjc/ErrorReceiver com.sun.tools.xjc.ErrorReceiver I'm running Ubuntu 9 with JDK 1.6.20 and Maven 2.2.1. I've received the same error on the 5.3.0 tag as well.
