49 lines
2.2 KiB
XML
49 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>polardbx-cdc</artifactId>
|
|
<groupId>com.aliyun.polardbx</groupId>
|
|
<version>5.4.15-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>polardbx-cdc-protocol</artifactId>
|
|
|
|
<properties>
|
|
<license.dir>${project.parent.basedir}</license.dir>
|
|
</properties>
|
|
|
|
<!-- <build>-->
|
|
<!-- <extensions>-->
|
|
<!-- <extension>-->
|
|
<!-- <groupId>kr.motd.maven</groupId>-->
|
|
<!-- <artifactId>os-maven-plugin</artifactId>-->
|
|
<!-- <version>1.6.1</version>-->
|
|
<!-- </extension>-->
|
|
<!-- </extensions>-->
|
|
<!-- <plugins>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.xolstice.maven.plugins</groupId>-->
|
|
<!-- <artifactId>protobuf-maven-plugin</artifactId>-->
|
|
<!-- <version>0.6.1</version>-->
|
|
<!-- <configuration>-->
|
|
<!-- <protocArtifact>com.google.protobuf:protoc:3.14.0:exe:osx-x86_64</protocArtifact>-->
|
|
<!-- <pluginId>grpc-java</pluginId>-->
|
|
<!-- <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.30.0:exe:${os.detected.classifier}</pluginArtifact>-->
|
|
<!-- <outputDirectory>${basedir}/src/main/java</outputDirectory>-->
|
|
<!-- <clearOutputDirectory>false</clearOutputDirectory>-->
|
|
<!-- </configuration>-->
|
|
<!-- <executions>-->
|
|
<!-- <execution>-->
|
|
<!-- <goals>-->
|
|
<!-- <goal>compile</goal>-->
|
|
<!-- <goal>compile-custom</goal>-->
|
|
<!-- </goals>-->
|
|
<!-- </execution>-->
|
|
<!-- </executions>-->
|
|
<!-- </plugin>-->
|
|
<!-- </plugins>-->
|
|
<!-- </build>-->
|
|
</project>
|