[
https://issues.apache.org/jira/browse/AVRO-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Tzvetanov Grigorov resolved AVRO-3880.
---------------------------------------------
Fix Version/s: 1.12.0
1.11.4
Assignee: Kousuke Saruta
Resolution: Fixed
> 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
> Assignee: Kousuke Saruta
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.12.0, 1.11.4
>
> Time Spent: 40m
> 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)