You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/08/18 11:01:21 UTC

[activemq-artemis] 01/02: NO-JIRA: remove a couple of properties that override parent definitions and break use of the e2e-tests profile

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 085bf79bf6290ceeb917e17a5039ac0a77ddba32
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 17 16:42:04 2022 +0100

    NO-JIRA: remove a couple of properties that override parent definitions and break use of the e2e-tests profile
---
 tests/e2e-tests/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml
index f7ebc23c5b..0ec9ff3591 100644
--- a/tests/e2e-tests/pom.xml
+++ b/tests/e2e-tests/pom.xml
@@ -31,8 +31,6 @@
       <activemq.basedir>${project.basedir}/../..</activemq.basedir>
       <e2e-tests.surefire-extra-args />
       <e2e-tests.dockerfile>Dockerfile-centos</e2e-tests.dockerfile>
-      <e2e-tests.skipImageBuild>true</e2e-tests.skipImageBuild>
-      <e2e-tests.skipTests>true</e2e-tests.skipTests>
       <distributionDir>${activemq.basedir}/artemis-distribution/target/apache-artemis-${project.version}-bin/apache-artemis-${project.version}</distributionDir>
       <container-service-argline>-DContainerService.artemis-image.version=${project.version} -DContainerService.artemis-image.userid="1000"</container-service-argline>
    </properties>