Skip to content

Mark maven plugin as thread safe #133

Closed
@Dunemaster

Description

@Dunemaster

Currently, the plugin is not marked thread-safe which results in the following message when building, for example, spring boot using parallel builder

$ mvnw clean package -T3 -DskipTests --offline

[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Spring Boot Docs:
[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] io.spring.javaformat:spring-javaformat-maven-plugin:0.0.15
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Spring Boot Actuator Starter:
[WARNING] io.spring.javaformat:spring-javaformat-maven-plugin:0.0.15
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions