Skip to content

Commit

Permalink
disable test plugin;
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyitian committed Nov 14, 2023
1 parent 51a0d2e commit a52961c
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</profiles>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<!-- <testSourceDirectory>test</testSourceDirectory>-->
<resources>
<resource>
<directory>src</directory>
Expand All @@ -121,43 +121,43 @@
</resource>
</resources>
<!-- test file dir -->
<testResources>
<testResource>
<directory>test</directory>
</testResource>
</testResources>
<!-- <testResources>-->
<!-- <testResource>-->
<!-- <directory>test</directory>-->
<!-- </testResource>-->
<!-- </testResources>-->
<plugins>
<!-- test -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M7</version>
<executions>
<execution>
<id>surefire-report</id>
<phase>test</phase>
<goals>
<goal>report-only</goal>
</goals>
</execution>
</executions>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>generate-code-coverage-report</id>
<phase>test</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
<inherited>false</inherited>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-surefire-report-plugin</artifactId>-->
<!-- <version>3.0.0-M7</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>surefire-report</id>-->
<!-- <phase>test</phase>-->
<!-- <goals>-->
<!-- <goal>report-only</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <inherited>false</inherited>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>cobertura-maven-plugin</artifactId>-->
<!-- <version>2.7</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>generate-code-coverage-report</id>-->
<!-- <phase>test</phase>-->
<!-- <goals>-->
<!-- <goal>cobertura</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <inherited>false</inherited>-->
<!-- </plugin>-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
Expand Down

0 comments on commit a52961c

Please sign in to comment.