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 2022/10/14 10:25:40 UTC

[iotdb] 01/04: prepare

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

haonan pushed a commit to branch rel/0.14.0-preview3
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 9f9495709a37e0a72b1ef4f3e68f1b77ac114845
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Sep 1 17:11:41 2022 +0800

    prepare
---
 integration-test/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index e5d8b9fe1a..f2dd4db7b6 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -188,23 +188,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>1.6.0</version>
-                <configuration>
-                    <mainClass>org.apache.iotdb.it.framework.IoTDBTestReporter</mainClass>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>report</id>
-                        <phase>post-integration-test</phase>
-                        <goals>
-                            <goal>java</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
     <profiles>