Repository: camel
Updated Branches:
  refs/heads/master 62433de59 -> 49bed4470


Do not fail if there are no tests to run

Starter dependencies don't have any tests. Therefore, the build
must not break for this reason.

Signed-off-by: Gregor Zurowski <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/49bed447
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/49bed447
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/49bed447

Branch: refs/heads/master
Commit: 49bed4470a26a80bce7ea83edfc260f141b1c1f3
Parents: 62433de
Author: Gregor Zurowski <[email protected]>
Authored: Sun Oct 2 19:56:37 2016 +0200
Committer: Gregor Zurowski <[email protected]>
Committed: Sun Oct 2 19:56:37 2016 +0200

----------------------------------------------------------------------
 components-starter/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/49bed447/components-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index d03c71f..72bf37a 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -48,6 +48,16 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <failIfNoTests>false</failIfNoTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <!-- WARNING: do not edit the modules section, it is update automatically by 
the camel-package plugin -->
   <modules>
     <module>camel-ahc-starter</module>

Reply via email to