|
@@ -6,11 +6,6 @@
|
|
|
<name>canal module for otter ${project.version}</name>
|
|
|
<version>1.1.9-SNAPSHOT</version>
|
|
|
<url>https://github.com/alibaba/canal</url>
|
|
|
- <parent>
|
|
|
- <groupId>org.sonatype.oss</groupId>
|
|
|
- <artifactId>oss-parent</artifactId>
|
|
|
- <version>7</version>
|
|
|
- </parent>
|
|
|
<developers>
|
|
|
<developer>
|
|
|
<name>agapple</name>
|
|
@@ -66,28 +61,6 @@
|
|
|
<enabled>false</enabled>
|
|
|
</snapshots>
|
|
|
</repository>
|
|
|
- <repository>
|
|
|
- <id>sonatype</id>
|
|
|
- <name>sonatype</name>
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
- <releases>
|
|
|
- <enabled>false</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>sonatype-release</id>
|
|
|
- <name>sonatype-release</name>
|
|
|
- <url>https://oss.sonatype.org/service/local/repositories/releases/content</url>
|
|
|
- <releases>
|
|
|
- <enabled>false</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
</repositories>
|
|
|
|
|
|
<properties>
|
|
@@ -98,7 +71,7 @@
|
|
|
<java_source_version>1.8</java_source_version>
|
|
|
<java_target_version>1.8</java_target_version>
|
|
|
<file_encoding>UTF-8</file_encoding>
|
|
|
- <javadoc_skip>false</javadoc_skip>
|
|
|
+ <javadoc_skip>true</javadoc_skip>
|
|
|
<spring_version>5.3.26</spring_version>
|
|
|
<log4j_version>2.17.0</log4j_version>
|
|
|
<rocketmq_version>4.9.8</rocketmq_version>
|
|
@@ -533,6 +506,29 @@
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-gpg-plugin</artifactId>
|
|
|
+ <version>3.2.8</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>sign-artifacts</id>
|
|
|
+ <phase>verify</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>sign</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.sonatype.central</groupId>
|
|
|
+ <artifactId>central-publishing-maven-plugin</artifactId>
|
|
|
+ <version>0.8.0</version>
|
|
|
+ <extensions>true</extensions>
|
|
|
+ <configuration>
|
|
|
+ <publishingServerId>central</publishingServerId>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
@@ -543,17 +539,4 @@
|
|
|
</plugins>
|
|
|
</pluginManagement>
|
|
|
</build>
|
|
|
-
|
|
|
- <distributionManagement>
|
|
|
- <snapshotRepository>
|
|
|
- <id>sonatype-nexus-snapshots</id>
|
|
|
- <name>Sonatype Nexus Snapshots</name>
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- <repository>
|
|
|
- <id>sonatype-nexus-staging</id>
|
|
|
- <name>Nexus Release Repository</name>
|
|
|
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
</project>
|