Added new maven-targets option to maven plugin.
Metadata
Current evaluation
Adds a maven-targets option to support composite Maven projects. Reviewers approved the feature, but it stalled due to unresolved comments and missing contributor license agreement paperwork. It was closed without being merged.
Suggested action: —
No scores available.
Issue body
Composite maven projects do not build to 'target'. This update allows the user to specify the child target to copy.
``` yml
parts:
algolink-mvn:
plugin: maven
source: .
maven-targets:
- algolink-gui
- algolink-cli
```
By default, the basedir/target directory is searched, otherwise it uses the 'target' directory of each specified value.
The installdir for each child project is the name of the child project. If no values are specified, it reverts to the default of 'jar' or 'war' depending on the target type of the project.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Adds a maven-targets option to support composite Maven projects. Reviewers approved the feature, but it stalled due to unresolved comments and missing contributor license agreement paperwork. It was closed without being merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. Maintainers requested a linked bug report and a signed contributor license agreement. The pull request remains abandoned due to unmet administrative requirements. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. Maintainers requested a linked bug report and a signed contributor license agreement. The author asked for CLA contact details, but the PR remained inactive. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #626 Added new maven-targets option to maven plugin. | snapcraft | closed | Abandoned without merging. The update added a maven-targets option to specify child target directories for composite Maven projects. It remained pending review and was closed due to lack of admin verification. | |
| #625 Added mavent-targets for when building composite maven projects in sn… | snapcraft | closed | Added maven-targets configuration for composite Maven projects was closed without merging. Lacking reviewer approval and CI validation, the contribution was abandoned. | |
| #624 Added maven-targets to maven plugin. | snapcraft | closed | Closed and abandoned by the author after identifying baggage in copying the target directory. The contributor plans to revise the maven-targets implementation for composite pom.xml projects and resubmit. | |
| #1599987 Add maven-targets to maven plugin | snapcraft (launchpad) | closed | Abandoned. The wishlist request to support multiple Maven target directories in composite projects received no comments or implementation and remains unaddressed. | |
| #1651339 Add keyword maven-target to help of maven plugin | snapcraft (launchpad) | open | Request to add the maven-targets keyword description to the maven plugin's help text; reported against snapcraft 2.23, no maintainer interaction, and the maven plugin has since moved to craft-parts. | |
| #827 Support setting build targets in the maven plugin. Make the maven plu… | snapcraft | closed | Closed due to inactivity and merge conflicts. Proposed maven plugin build target and property settings. Lacked reviewer feedback. Maintainer closed the request, asking for a re-submission when ready. |