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/01/14 20:35:31 UTC

[camel] branch master updated: CAMEL-13053: camel-restdsl-swagger-plugin - Skip running integration tests with -P fastinstall

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9bc9ea9  CAMEL-13053: camel-restdsl-swagger-plugin - Skip running integration tests with -P fastinstall
9bc9ea9 is described below

commit 9bc9ea90736b15ac39170beb37117ff5ec19a4f2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 14 21:35:06 2019 +0100

    CAMEL-13053: camel-restdsl-swagger-plugin - Skip running integration tests with -P fastinstall
---
 tooling/maven/camel-restdsl-swagger-plugin/pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
index 97ac45f..5084c66 100644
--- a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
@@ -32,11 +32,6 @@
   <name>Camel :: Maven Plugins :: Swagger REST DSL Generator Maven plugin</name>
   <description>Maven plugin that generates REST DSL RouteBuilder from Swagger specification</description>
 
-  <properties>
-    <swagger-codegen-maven-plugin-version>2.3.1</swagger-codegen-maven-plugin-version>
-  </properties>
-
-
   <build>
     <plugins>
       <plugin>
@@ -117,6 +112,13 @@
 
   <profiles>
     <profile>
+      <id>fastinstall</id>
+      <properties>
+        <invoker.skip>true</invoker.skip>
+      </properties>
+    </profile>
+
+    <profile>
       <id>jigsaw</id>
       <activation>
         <jdk>[1.9,)</jdk>