<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12.1</version>
<configuration>
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <pluginRepository>
- <id>staged-releases</id>
- <url>https://repository.apache.org/content/repositories/maven-096/</url>
- </pluginRepository>
</pluginRepositories>
</project>