[ODLPARENT-220] Get rid of script-maven-plugin Created: 17/Dec/19  Updated: 29/Sep/21  Resolved: 29/Sep/21

Status: Resolved
Project: odlparent
Component/s: General
Affects Version/s: None
Fix Version/s: 9.0.7

Type: Improvement Priority: Medium
Reporter: Robert Varga Assignee: Dominik Vrbovský
Resolution: Done Votes: 0
Labels: pt
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Epic Link: Faster Builds

 Description   

script-maven-plugin seems to be dead upstream and emits warnings in parallel builds:

[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 plugins are not marked @threadSafe in concepts:
[WARNING] com.alexecollins.maven.plugin:script-maven-plugin:1.0.0
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************

Rework current solution to use something else – a dedicated maven plugin if need be (they are really simple), it should be faster than the current solution anyway



 Comments   
Comment by Robert Varga [ 07/Sep/21 ]

We need to get rid of this block:

https://github.com/opendaylight/odlparent/blob/v9.0.5/odlparent/pom.xml#L1606-L1657

 

Generated at Wed Feb 07 20:27:57 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.