This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 5f725ad [chore] add maven-release-plugin plugin (#1)
5f725ad is described below
commit 5f725ad85e317494b34742eda6b2ffc38cca0c61
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Feb 14 12:42:13 2022 +0800
[chore] add maven-release-plugin plugin (#1)
Try to solve the error when executing "mvn release:prepare"
---
.gitignore | 2 ++
flink-doris-connector/pom.xml | 8 ++++++++
2 files changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index 36e9106..88dea46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ custom_env.sh
flink-doris-connector/dependency-reduced-pom.xml
flink-doris-connector/output/
flink-doris-connector/target/
+flink-doris-connector/pom.xml.releaseBackup
+flink-doris-connector/release.properties
diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index d22a45c..c55bdb3 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -440,6 +440,14 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>3.0.0-M5</version>
+ <configuration>
+ <arguments>${myReleaseArgs}</arguments>
+ </configuration>
+ </plugin>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]