[
https://issues.apache.org/jira/browse/AVRO-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808511#comment-17808511
]
ASF subversion and git services commented on AVRO-3880:
-------------------------------------------------------
Commit 2d108188353490ad79e6153080bf7f1f442420af in avro's branch
refs/heads/main from Kousuke Saruta
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2d1081883 ]
AVRO-3880: [Java][Build] Upgrade maven-antrun-plugin to 3.1.0 (#2542)
* AVRO-3880: [Java][Build] Upgrade maven-antrun-plugin to 3.1.0
* Apply spotless
---------
Co-authored-by: Martin Grigorov <[email protected]>
> Upgrade maven-antrun-plugin to 3.1.0
> ------------------------------------
>
> Key: AVRO-3880
> URL: https://issues.apache.org/jira/browse/AVRO-3880
> Project: Apache Avro
> Issue Type: Improvement
> Components: build, java
> Affects Versions: 1.12.0
> Reporter: Kousuke Saruta
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In the current main branch, if we try to generate .class files from .proto
> files for test, we will get an error like as follows.
> {code}
> $ mvn -P protobuf-generate generate-test-sources
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (default) on project
> avro-protobuf: You are using 'tasks' which has been removed from the
> maven-antrun-plugin. Please use 'target' and refer to the >>Major Version
> Upgrade to version 3.0.0<< on the plugin site. -> [Help 1]
> {code}
> This is because maven-antrun-plugin 3.1.0 is automatically downloaded but
> "tasks" tag is not supported by the version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)