在 Eclipse 中没有找到处理 avro-maven-plugin:1.8.2:idl-protocol 的市场条目请参阅帮助以获取更多信息

问题描述

IDE 使用 ECLIPSE 我正在尝试引入一个使用 IDL 协议进行 AVRO 模式编译的项目。 我在 Maven 中遇到以下错误

尝试的解决方案: Error when importing Maven-GWT project ("No marketplace entries found to handle gwt-maven-plugin") 而这对我不起作用。

<plugin>
                <groupId>org.apache.avro</groupId>
                <artifactId>avro-maven-plugin</artifactId>
                <version>${avro.version}</version>
                <executions>
                    <execution>
                        <phase>generate-sources</phase>
                        <goals>
                            <goal>schema</goal>
                            <goal>protocol</goal>
                            <goal>idl-protocol</goal>
                        </goals>
                        <configuration>
                            <sourceDirectory>src/main/resources/avro</sourceDirectory>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)