Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-39327: [Java] define assemble descriptor for new custom mave…
…n plugin project (apache#39331) ### Rationale for this change To closes apache#39327 ### What changes are included in this PR? GitHub CI validation needs to [run](https://github.com/apache/arrow/blob/main/ci/scripts/java_full_build.sh#L52) `assembly:single` for that reason is needed to setup a descriptor ref. In the case of this maven plugin, I only propose to include "src" as part of the resources. ### Are these changes tested? Yes, by ```` mvn clean \ install \ assembly:single \ source:jar \ javadoc:jar \ -Papache-release \ -DdescriptorId=source-release ```` ### Are there any user-facing changes? No. * Closes: apache#39327 Lead-authored-by: david dali susanibar arce <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: David Li <[email protected]>
- Loading branch information