You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/22 21:50:08 UTC

[camel-quarkus] branch master updated: Disable deployment of synthetic test poms for now see #207

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 897642e  Disable deployment of synthetic test poms for now see #207
     new d8aa815  Merge pull request #208 from ppalaga/190922-remove-test-poms
897642e is described below

commit 897642e69b3e86bb7f4614a272b0d83b30485239
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Sun Sep 22 21:31:41 2019 +0200

    Disable deployment of synthetic test poms for now see #207
---
 integration-tests/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 0c1b40c..16155b2 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -154,6 +154,7 @@
                             ]]></source>
                         </configuration>
                     </execution>
+                    <!-- The synthetic test poms are missing signatures see https://github.com/apache/camel-quarkus/issues/207
                     <execution>
                         <id>deploy-test-poms</id>
                         <goals>
@@ -169,6 +170,7 @@
                             ]]></source>
                         </configuration>
                     </execution>
+                    -->
                 </executions>
                 <dependencies>
                     <dependency>