Tibor17 commented on pull request #453:
URL: https://github.com/apache/maven-surefire/pull/453#issuecomment-1025129208
I have checked it out and the following plugin fails on 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).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]