Skip to content

Commit fccd570

Browse files
CHAMP20CHAMP20
CHAMP20
authored and
CHAMP20
committed
junit-team#2 surefire 플러그인 삭제
1 parent 0c1992b commit fccd570

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,9 @@
259259
</execution>
260260
</executions>
261261
</plugin>
262+
<!--
262263
<plugin>
263-
<!--
264-
A plugin which uses the JUnit framework in order to start
265-
our junit suite "AllTests" after the sources are compiled.
266-
-->
264+
267265
<artifactId>maven-surefire-plugin</artifactId>
268266
<version>${surefireVersion}</version>
269267
<configuration>
@@ -279,6 +277,7 @@
279277
</dependency>
280278
</dependencies>
281279
</plugin>
280+
-->
282281
<plugin>
283282
<!--
284283
This plugin can package the main artifact's sources (src/main/java)

0 commit comments

Comments
 (0)