Merge pull request #93 from apache/clean-up-release

Added failIfNoTest option in surefire configuration
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 6024134..9bd0af8 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -95,6 +95,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <configuration>
+                        <failIfNoTests>false</failIfNoTests>
                         <systemProperties>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
                         </systemProperties>