Skip to content

Commit a52961c

Browse files
author
chengyitian
committed
disable test plugin;
1 parent 51a0d2e commit a52961c

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

pom.xml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</profiles>
112112
<build>
113113
<sourceDirectory>src</sourceDirectory>
114-
<testSourceDirectory>test</testSourceDirectory>
114+
<!-- <testSourceDirectory>test</testSourceDirectory>-->
115115
<resources>
116116
<resource>
117117
<directory>src</directory>
@@ -121,43 +121,43 @@
121121
</resource>
122122
</resources>
123123
<!-- test file dir -->
124-
<testResources>
125-
<testResource>
126-
<directory>test</directory>
127-
</testResource>
128-
</testResources>
124+
<!-- <testResources>-->
125+
<!-- <testResource>-->
126+
<!-- <directory>test</directory>-->
127+
<!-- </testResource>-->
128+
<!-- </testResources>-->
129129
<plugins>
130130
<!-- test -->
131-
<plugin>
132-
<groupId>org.apache.maven.plugins</groupId>
133-
<artifactId>maven-surefire-report-plugin</artifactId>
134-
<version>3.0.0-M7</version>
135-
<executions>
136-
<execution>
137-
<id>surefire-report</id>
138-
<phase>test</phase>
139-
<goals>
140-
<goal>report-only</goal>
141-
</goals>
142-
</execution>
143-
</executions>
144-
<inherited>false</inherited>
145-
</plugin>
146-
<plugin>
147-
<groupId>org.codehaus.mojo</groupId>
148-
<artifactId>cobertura-maven-plugin</artifactId>
149-
<version>2.7</version>
150-
<executions>
151-
<execution>
152-
<id>generate-code-coverage-report</id>
153-
<phase>test</phase>
154-
<goals>
155-
<goal>cobertura</goal>
156-
</goals>
157-
</execution>
158-
</executions>
159-
<inherited>false</inherited>
160-
</plugin>
131+
<!-- <plugin>-->
132+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
133+
<!-- <artifactId>maven-surefire-report-plugin</artifactId>-->
134+
<!-- <version>3.0.0-M7</version>-->
135+
<!-- <executions>-->
136+
<!-- <execution>-->
137+
<!-- <id>surefire-report</id>-->
138+
<!-- <phase>test</phase>-->
139+
<!-- <goals>-->
140+
<!-- <goal>report-only</goal>-->
141+
<!-- </goals>-->
142+
<!-- </execution>-->
143+
<!-- </executions>-->
144+
<!-- <inherited>false</inherited>-->
145+
<!-- </plugin>-->
146+
<!-- <plugin>-->
147+
<!-- <groupId>org.codehaus.mojo</groupId>-->
148+
<!-- <artifactId>cobertura-maven-plugin</artifactId>-->
149+
<!-- <version>2.7</version>-->
150+
<!-- <executions>-->
151+
<!-- <execution>-->
152+
<!-- <id>generate-code-coverage-report</id>-->
153+
<!-- <phase>test</phase>-->
154+
<!-- <goals>-->
155+
<!-- <goal>cobertura</goal>-->
156+
<!-- </goals>-->
157+
<!-- </execution>-->
158+
<!-- </executions>-->
159+
<!-- <inherited>false</inherited>-->
160+
<!-- </plugin>-->
161161
<plugin>
162162
<artifactId>maven-compiler-plugin</artifactId>
163163
<version>3.5.1</version>

0 commit comments

Comments
 (0)