Details
-
Task
-
Resolution: Fixed
-
Major
-
12.3
-
None
-
Unknown
-
N/A
-
N/A
-
Description
We're currently using a very old plugin:
<groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> <version>2.6</version>
We should upgrade to:
<groupId>com.helger.maven</groupId> <artifactId>ph-javacc-maven-plugin</artifactId> <version>4.1.4</version>
See https://github.com/phax/ph-javacc-maven-plugin
It seems to be working, lots of warnings but the wikimodel module build is working.
Waiting for 12.4RC1 to be released to commit the change on master
Attachments
Issue Links
- relates to
-
XRENDERING-635 Upgrade to JavaCC Maven Plugin 3.0.3 and JavaCC 7.0.10
- Closed