tomohavvk opened a new pull request, #2875:
URL: https://github.com/apache/avro/pull/2875
### What is the purpose of the change
This pull request addresses the issue concerning the importing of the
`java-example` project, stemming from the error `Cannot resolve plugin
org.apache.maven.plugins:maven-plugin:1.11.3`.
Upon examination, it became evident that the
`org.apache.maven.plugins:maven-plugin` version utilized was sourced from
`${avro.version}` variable, which is not correct. However, determining the
correct version of `org.apache.maven.plugins:maven-plugin` proved elusive.
Also the
[getting-started-java](https://avro.apache.org/docs/1.11.1/getting-started-java/#download)
tutorial have no any mentions about `org.apache.maven.plugins:maven-plugin`
and i decided to fix the issue by removing the unresolved plugin
`org.apache.maven.plugins:maven-plugin`.
Consequently, the project importing proceeded smoothly, and the goal
`avro:schema` was able to generate the sources from the `user.avsc` file
without any further impediments.
### Verifying this change
The change is to fix import of `java-example` project
### Documentation
Does this pull request introduce a new feature? no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]