We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9dc49 commit e4b3f07Copy full SHA for e4b3f07
pom.xml
@@ -96,16 +96,16 @@
96
<target>1.6</target>
97
</configuration>
98
</plugin>
99
- <plugin>
100
- <groupId>org.apache.maven.plugins</groupId>
101
- <artifactId>maven-surefire-plugin</artifactId>
102
- <version>2.14</version>
103
- <configuration>
104
- <includes>
105
- <include>**/AllTests.java</include>
106
- </includes>
107
- </configuration>
108
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.14</version>
+ <configuration>
+ <includes>
+ <include>**/AllTests.java</include>
+ </includes>
+ </configuration>
+ </plugin>
109
110
111
<!-- DEPLOY -->
0 commit comments