This is an automated email from the ASF dual-hosted git repository. janbednar pushed a change to branch CAMEL-15527 in repository https://gitbox.apache.org/repos/asf/camel.git.
from 6fbd43e CAMEL-15527: Force archetype:integration-test goal to respect skipTests property add 17db99b CAMEL-15527: Add tests for camel:run and spring-boot:run goals No new revisions were added by this update. Summary of changes: .../src/main/resources/archetype-resources/pom.xml | 4 +++ .../resources/projects/run-it/archetype.properties | 28 +++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + .../resources/projects/run-it/archetype.properties | 32 ++++++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + .../resources/projects/run-it/archetype.properties | 28 +++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + .../resources/projects/run-it/archetype.properties | 28 +++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + .../resources/projects/run-it/archetype.properties | 27 ++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + .../resources/projects/run-it/archetype.properties | 28 +++++++++++++++++++ .../src/test/resources/projects/run-it/goal.txt | 1 + 13 files changed, 181 insertions(+) create mode 100644 archetypes/camel-archetype-blueprint/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-blueprint/src/test/resources/projects/run-it/goal.txt create mode 100644 archetypes/camel-archetype-cdi/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-cdi/src/test/resources/projects/run-it/goal.txt create mode 100644 archetypes/camel-archetype-java/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-java/src/test/resources/projects/run-it/goal.txt create mode 100644 archetypes/camel-archetype-main/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-main/src/test/resources/projects/run-it/goal.txt create mode 100644 archetypes/camel-archetype-spring-boot/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-spring-boot/src/test/resources/projects/run-it/goal.txt create mode 100644 archetypes/camel-archetype-spring/src/test/resources/projects/run-it/archetype.properties create mode 100644 archetypes/camel-archetype-spring/src/test/resources/projects/run-it/goal.txt