Explorar o código

Added maven surefire plugin

Tankernn %!s(int64=9) %!d(string=hai) anos
pai
achega
b5527eb0e6
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -35,6 +35,18 @@
 	<build>
 		<sourceDirectory>src</sourceDirectory>
 		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<version>2.18.1</version>
+				<dependencies>
+					<dependency>
+						<groupId>org.apache.maven.surefire</groupId>
+						<artifactId>surefire-junit47</artifactId>
+						<version>2.18.1</version>
+					</dependency>
+				</dependencies>
+			</plugin>
 			<plugin>
 				<groupId>org.jacoco</groupId>
 				<artifactId>jacoco-maven-plugin</artifactId>