You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/02/13 08:24:32 UTC

[camel] branch camel-13189 updated (c17318d -> 2d2515b)

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

davsclaus pushed a change to branch camel-13189
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c17318d  CAMEL-13189: Move camel-catalog to catalog to have it built after all components
     new 9f96db1  CAMEL-13189: Move camel-catalog to catalog to have it built after all components
     new 2d2515b  CAMEL-13189: Temporary commit for working build order. Neeed to splitup the camel-maven-plugin

The 35438 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apache-camel/src/main/descriptors/common-bin.xml   |  17 -
 components/camel-blueprint/pom.xml                 |   1 -
 components/camel-cdi/pom.xml                       |   1 -
 components/camel-cxf-transport/pom.xml             |   1 -
 components/camel-headersmap/pom.xml                |   1 -
 components/camel-hystrix/pom.xml                   |   1 -
 components/camel-jasypt/pom.xml                    |   1 -
 components/camel-kura/pom.xml                      |   1 -
 components/camel-leveldb/pom.xml                   |   1 -
 components/camel-opentracing/pom.xml               |   1 -
 components/camel-reactor/pom.xml                   |   1 -
 components/camel-ribbon/pom.xml                    |   1 -
 components/camel-rxjava2/pom.xml                   |   1 -
 components/camel-shiro/pom.xml                     |   1 -
 components/camel-spring-boot/pom.xml               |   1 -
 components/camel-spring-cloud-consul/pom.xml       |   1 -
 components/camel-spring-cloud-netflix/pom.xml      |   1 -
 components/camel-spring-cloud-zookeeper/pom.xml    |   1 -
 components/camel-spring-cloud/pom.xml              |   1 -
 components/camel-spring-javaconfig/pom.xml         |   1 -
 components/camel-spring-security/pom.xml           |   1 -
 components/camel-swagger-java/pom.xml              |   1 -
 components/camel-test-blueprint/pom.xml            |   1 -
 components/camel-test-cdi/pom.xml                  |   1 -
 components/camel-test-karaf/pom.xml                |   1 -
 components/camel-test-spring/pom.xml               |   1 -
 components/camel-test/pom.xml                      |   1 -
 components/camel-testcontainers-spring/pom.xml     |   1 -
 components/camel-testcontainers/pom.xml            |   1 -
 components/camel-zipkin/pom.xml                    |   1 -
 tooling/maven/camel-maven-plugin/pom.xml           |  40 +-
 .../org/apache/camel/maven/RouteCoverageMojo.java  | 538 ------------
 .../java/org/apache/camel/maven/ValidateMojo.java  | 917 ---------------------
 tooling/pom.xml                                    |   2 +-
 34 files changed, 21 insertions(+), 1522 deletions(-)
 delete mode 100644 tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
 delete mode 100644 tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java