You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/08 14:14:07 UTC

[iotdb] branch JDK16 updated: try

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

haonan pushed a commit to branch JDK16
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/JDK16 by this push:
     new d3993dc  try
d3993dc is described below

commit d3993dc2d87ed99944feef735819004a6c29c601
Author: HTHou <hh...@outlook.com>
AuthorDate: Sat May 8 22:13:30 2021 +0800

    try
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d087ac8..43eb8e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <client-cpp>false</client-cpp>
         <!-- disable enforcer by default-->
         <enforcer.skip>true</enforcer.skip>
-        <spotless.version>2.5.0</spotless.version>
+        <!-- spotless.version>2.5.0</spotless.version-->
     </properties>
     <!--
         if we claim dependencies in dependencyManagement, then we do not claim
@@ -621,7 +621,7 @@
                         </excludes>
                     </configuration>
                 </plugin>
-                <plugin>
+                <!--plugin>
                     <groupId>com.diffplug.spotless</groupId>
                     <artifactId>spotless-maven-plugin</artifactId>
                     <version>${spotless.version}</version>
@@ -646,7 +646,7 @@
                             </goals>
                         </execution>
                     </executions>
-                </plugin>
+                </plugin-->
             </plugins>
         </pluginManagement>
         <plugins>
@@ -946,7 +946,7 @@
     </build>
     <profiles>
         <!-- spotless is too slow, so we put it into a profile to skip it if needed -->
-        <profile>
+        <!--profile>
             <id>spotless</id>
             <activation>
                 <!-- activeByDefault does not take effect-->
@@ -962,7 +962,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile-->
         <!--
           A set of profiles defining the different properties needed to download and run thrift
           They are automatically activated depending on the OS you are using.