Skip to content

Mark all goals as thread-safe #90

@ManuelB

Description

@ManuelB

We are using parallized maven builds (mvn -T1C). We do not experience any issues but we are currently getting the following Warning:

mvn -T1C -X install
...
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that have goals not marked   *
[WARNING] * as @threadSafe to support parallel building.                  *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following goals are not marked @threadSafe in appstore:
[WARNING] com.lazerycode.selenium:driver-binary-downloader-maven-plugin:1.0.17:selenium

Is it possible to add @threadsafe to the selenium goal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions