Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #476 List itests in an XML file for the Quarkus platform #482

Merged
merged 1 commit into from
Nov 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
<exclude>ide-config/**</exclude>
<exclude>**/*.mvel</exclude>
<exclude>**/*.pem</exclude>
<exclude>**/camel-quarkus-test-list.xml</exclude>
</excludes>
<mapping>
<groovy>SLASHSTAR_STYLE</groovy>
Expand Down
3 changes: 3 additions & 0 deletions tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<description>Camel Quarkus Tooling Parent POM</description>

<properties>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<maven-version>3.6.2</maven-version>
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
<maven-project-version>2.2.1</maven-project-version>
Expand All @@ -44,10 +45,12 @@
<plexus-build-api-version>0.0.7</plexus-build-api-version>
<plexus-container-default-version>2.0.0</plexus-container-default-version>
<plexus-utils-version>3.2.1</plexus-utils-version>
<rpkgtests-maven-plugin.version>0.6.0</rpkgtests-maven-plugin.version>
</properties>

<modules>
<module>package-maven-plugin</module>
<module>test-list</module>
</modules>

<dependencyManagement>
Expand Down
163 changes: 163 additions & 0 deletions tooling/test-list/camel-quarkus-test-list.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<testArtifacts>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-bean-validator</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-bean</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-controlbus</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-core-impl</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-core-main</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-core</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-csv</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-dataformat</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-dozer</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-exec</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-fhir</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-file</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-ftp</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-hystrix</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-infinispan</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-jackson</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-jdbc</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-kafka</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-mail</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-microprofile</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-mongodb</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-netty-http</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-netty</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-opentracing</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-paho</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-pdf</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-platform-http-engine</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-platform-http</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-salesforce</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-scheduler</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-servlet</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-sjms</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-slack</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-snakeyaml</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-tarfile</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-twitter</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-validator</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-xslt</artifactId>
</testArtifact>
<testArtifact>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-zipfile</artifactId>
</testArtifact>
</testArtifacts>
91 changes: 91 additions & 0 deletions tooling/test-list/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-tooling</artifactId>
<version>0.4.1-SNAPSHOT</version>
</parent>

<artifactId>camel-quarkus-test-list</artifactId>
<packaging>pom</packaging>

<name>Camel Quarkus :: Tooling :: Test List</name>
<description>Publishes a list of integration tests in XML format that should be run by the Quarkus Platform</description>

<build>
<plugins>
<plugin>
<groupId>org.l2x6.rpkgtests</groupId>
<artifactId>rpkgtests-maven-plugin</artifactId>
<version>${rpkgtests-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>create-test-jars-file</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
<configuration>
<testJarsPath>${basedir}/camel-quarkus-test-list.xml</testJarsPath>
<fileSets>
<fileSet>
<directory>${basedir}/../../integration-tests</directory>
<includes>
<include>*/pom.xml</include>
<include>*/test/pom.xml</include>
</includes>
<excludes>
<exclude>core/pom.xml</exclude>
<exclude>core-main/pom.xml</exclude>
</excludes>
</fileSet>
</fileSets>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
<id>attach-test-list</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${basedir}/camel-quarkus-test-list.xml</file>
<type>xml</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>