Skip to content

regression in IntelliJ support #573

@jtnord

Description

@jtnord

Jenkins and plugins versions report

WHen running a plugins unit test in intellij this no longer works out of the box with the plugin-pom 4.40 or higher.

This is in #524 the argLine was updated to use a surefire differed property, but IntelliJ does not support this in the default config.

Workaround is to not get surefire to parse the argline, however this does mean the the unit test can be run differently in the IDE than from maven due to different JVM settings.

IntelliJ / plugin using plugin pom 4.40 or higher

What Operating System are you using (both controller, and any agents involved in the problem)?

N/A

Reproduction steps

in a clean intellij environment clone a plugin using plugin pom 4.40 or higher.

Select a unit test and run it

Expected Results

intellij can not launch the test

Actual Results

intellij launches the test and provides the result (this is the behaviour using a parent prior to 4.40)

Anything else?

this is an intellij bug, but more people seem to use intellij than eclipse (or other IDEs) so we may want to rework how we do the java module confuguration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions