Kousuke Saruta created AVRO-3880:
------------------------------------
Summary: 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
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)