You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (Jira)" <ji...@apache.org> on 2022/02/04 22:41:00 UTC

[jira] [Assigned] (SUREFIRE-1994) Upgrade and configure javacc-maven-plugin in module surefire-grouper

     [ https://issues.apache.org/jira/browse/SUREFIRE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana reassigned SUREFIRE-1994:
--------------------------------------

    Assignee: Tibor Digana

> Upgrade and configure javacc-maven-plugin in module surefire-grouper
> --------------------------------------------------------------------
>
>                 Key: SUREFIRE-1994
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1994
>             Project: Maven Surefire
>          Issue Type: Improvement
>    Affects Versions: 3.0.0-M5
>            Reporter: Markus Spann
>            Assignee: Tibor Digana
>            Priority: Minor
>             Fix For: 3.0.0-M6
>
>
> Maven module surefire-grouper uses *javacc-maven-plugin* to generate {{GroupMatcherParser}} and other Java sources.
> Upgrade the plugin to the new groupId (org.codehaus.mojo -> org.javacc.plugin) and latest version (2.6 -> 3.0.3).
> The plugin by default generates sources into {{{}target/generated-sources/javacc/{}}}. This location is inconvenient for the Eclipse IDE.
> Configure the plugin to write generated sources to {{src/generated/java}} (an often-used location for generated Java sources) and add this location as a source folder using {{{}build-helper-maven-plugin{}}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)