apache / apache/maven-javadoc-plugin
[MJAVADOC-630] Add an 'aggregated-jar-no-fork' goal
- Dominant language
- Java
- Stars
- 107
- Forks
- 116
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 16
Description
**[Antoine Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=antoine.tran)** opened **[MJAVADOC-630](https://issues.apache.org/jira/browse/MJAVADOC-630?redirect=false)** and commented
Same as MJAVADOC-444
but for goal aggregated-jar-no-fork.
As a workaround, in our project, we use the plugin execution instead of reportset (resulting in a small duplication of configuration block):
```java
quality-javadoc
false
org.apache.maven.plugins
maven-javadoc-plugin
javadoc-no-fork
false
aggregate-no-fork
quality-javadoc-jar
false
org.apache.maven.plugins
maven-javadoc-plugin
aggregate-jar
aggregate-jar
site
false
```
---
**Affects:** 3.1.1
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with MJAVADOC-444 and the Maven Javadoc Plugin plugin-info page linked in the issue, then trace how the aggregated-jar-no-fork goal is exposed. Done means the aggregated-jar-no-fork goal is available for reporting configuration, removing the workaround that duplicates the plugin execution shown here.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100