You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ni...@apache.org on 2022/03/01 07:03:27 UTC

[incubator-seatunnel] branch dev updated: [Chore]Suppress UnresolvedMavenProperty (#1359)

This is an automated email from the ASF dual-hosted git repository.

nielifeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1648132  [Chore]Suppress UnresolvedMavenProperty (#1359)
1648132 is described below

commit 1648132615f534f7534d868c6e818cdb88404055
Author: Kirs <ki...@apache.org>
AuthorDate: Tue Mar 1 15:03:19 2022 +0800

    [Chore]Suppress UnresolvedMavenProperty (#1359)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c271d2a..bc97228 100644
--- a/pom.xml
+++ b/pom.xml
@@ -654,6 +654,7 @@
                     <artifactId>maven-checkstyle-plugin</artifactId>
                     <version>${maven-checkstyle-plugin.version}</version>
                     <configuration>
+                        <!--suppress UnresolvedMavenProperty -->
                         <configLocation>${maven.multiModuleProjectDirectory}/tools/checkstyle/checkStyle.xml
                         </configLocation>
                         <encoding>UTF-8</encoding>
@@ -701,6 +702,7 @@
                         <failOnWarning>false</failOnWarning>
                         <sourceDirectory>${basedir}/src/main/scala</sourceDirectory>
                         <testSourceDirectory>${basedir}/src/test/scala</testSourceDirectory>
+                        <!--suppress UnresolvedMavenProperty -->
                         <configLocation>${maven.multiModuleProjectDirectory}/tools/checkstyle/scalastyle-config.xml</configLocation>
                         <outputFile>${project.build.directory}/target/scalastyle-output.xml</outputFile>
                         <inputEncoding>UTF-8</inputEncoding>