You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/01/14 14:39:00 UTC

[jira] [Created] (CAMEL-13053) camel-restdsl-swagger-plugin - Skip running integration tests with -P fastinstall

Claus Ibsen created CAMEL-13053:
-----------------------------------

             Summary: camel-restdsl-swagger-plugin - Skip running integration tests with -P fastinstall
                 Key: CAMEL-13053
                 URL: https://issues.apache.org/jira/browse/CAMEL-13053
             Project: Camel
          Issue Type: Task
          Components: build system
            Reporter: Claus Ibsen
             Fix For: 3.0.0


When running

mvn clean install -P fastinstall

Then the integration tests are run in this module and they take 40+ sec to run. It would be nice to skip this so the build is quicker in fast install mode

{code}
[INFO] --- maven-invoker-plugin:3.1.0:integration-test (integration-test) @ camel-restdsl-swagger-plugin ---
[INFO] Building: simple-dto/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           simple-dto/pom.xml ............................... SUCCESS (22.3 s)
[INFO] Building: simple-xml-dto/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           simple-xml-dto/pom.xml ........................... SUCCESS (8.5 s)
[INFO] Building: simple-xml/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           simple-xml/pom.xml ............................... SUCCESS (4.8 s)
[INFO] Building: simple/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           simple/pom.xml ................................... SUCCESS (2.9 s)
[INFO] Building: customized/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           customized/pom.xml ............................... SUCCESS (3.3 s)
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ camel-restdsl-swagger-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 5, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)