[SUREFIRE-1994] Upgrade javacc-maven-plugin, add setup instructions for Eclipse by spannm · Pull Request #453 · apache/maven-surefire (original) (raw)

I have checked it out and the following plugin fails with an error
Execution javacc of goal org.javacc.plugin:javacc-maven-plugin:3.0.3:javacc failed: A required class was missing while executing org.javacc.plugin:javacc-maven-plugin:3.0.3:javacc: org/javacc/parser/Main

              <groupId>org.javacc.plugin</groupId>
              <artifactId>javacc-maven-plugin</artifactId>
              <version>3.0.3</version>

I have used another plugin which release was made 20 days ago and it is stable

          <groupId>com.helger.maven</groupId>
          <artifactId>ph-javacc-maven-plugin</artifactId>
          <version>4.1.4</version>

The directory structure is the same and I did not provide any additional configuration (only used groupId:artifactId:version).
Used two goals for JavaDoc as well:

<goal>javacc</goal>
<goal>jjdoc</goal>

and compiled the project mvn clean install -DskipTests successfully.