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

orpiske 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 ffc32ac  camel-activemq: removed unused test profiles (#5297)
ffc32ac is described below

commit ffc32ac70abbd5d3c38a67d12ad21ca8216a2900
Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com>
AuthorDate: Tue Apr 6 13:25:40 2021 +0200

    camel-activemq: removed unused test profiles (#5297)
---
 components/camel-activemq/pom.xml | 47 ---------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/components/camel-activemq/pom.xml 
b/components/camel-activemq/pom.xml
index 71df766..7189675 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -210,51 +210,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <profiles>
-        <profile>
-            <id>activemq.tests-sanity</id>
-            <activation>
-                <property>
-                    <name>activemq.tests</name>
-                    <value>smoke</value>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                <include>**/ActiveMQConfigureTest.*</include>
-                                
<include>**/ActiveMQJmsHeaderRouteTest.*</include>
-                                <include>**/CamelJmsTest.*</include>
-                            </includes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>activemq.tests-autoTransport</id>
-            <activation>
-                <property>
-                    <name>activemq.tests</name>
-                    <value>autoTransport</value>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <excludes>
-                                <exclude>**</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
 </project>

Reply via email to