apache / apache/maven-archetype
[ARCHETYPE-614] Make maven-archetype-plugin threadSafe
- Dominant language
- Java
- Stars
- 148
- Forks
- 181
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 8
Description
**[Maciej Bryński](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=maver1ck)** opened **[ARCHETYPE-614](https://issues.apache.org/jira/browse/ARCHETYPE-614?redirect=false)** and commented
Hi,
I'm getting following warning:
```java
[WARNING] The following goals are not marked @threadSafe in Flink : Quickstart : Java:
[WARNING] org.apache.maven.plugins:maven-archetype-plugin:3.2.0:integration-test
[WARNING] org.apache.maven.plugins:maven-archetype-plugin:3.2.0:jar
[WARNING] org.apache.maven.plugins:maven-archetype-plugin:3.2.0:update-local-catalog
```
Could you please mark this plugin as threadSafe ?
---
No further details from [ARCHETYPE-614](https://issues.apache.org/jira/browse/ARCHETYPE-614?redirect=false)
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the implementations of the integration-test, jar, and update-local-catalog goals and inspect how their Maven plugin metadata declares thread safety. Run a parallel Maven build that produces the warning, then verify the warning is absent for all three goals after the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100