<plugin> <groupId>io.apicurio</groupId> <artifactId>apicurio-registry-maven-plugin</artifactId> <version>${apicurio.version}</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>download</goal> 1 </goals> <co...
<plugin><groupId>io.apicurio</groupId><artifactId>apicurio-registry-maven-plugin</artifactId><version>${apicurio.version}</version><executions><execution><phase>generate-sources</phase><goals><goal>download</goal>1</goals><configuration><registryUrl>MY...
您可以使用 Maven 插件从 Service Registry 下载工件。例如,从注册的模式生成代码时,这通常很有用。 前提条件 Service Registry 在您的环境中安装并运行 流程 更新您的 Mavenpom.xml文件,以使用apicurio-registry-maven-plugin下载工件。以下示例显示了下载 Apache Avro 和...