This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch new-logging in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit c560e160e5bdc61b1277c58533a5592cf05beeb7 Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Aug 17 17:16:33 2022 +0100 remove now-stale comments missed in previous clearup when switching to cp files --- tests/compatibility-tests/pom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml index e1cffb6d76..67337648c2 100644 --- a/tests/compatibility-tests/pom.xml +++ b/tests/compatibility-tests/pom.xml @@ -340,8 +340,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-263.cp</file> </configuration> </execution> @@ -364,8 +362,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-270.cp</file> </configuration> </execution> @@ -390,8 +386,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-2_10_0.cp</file> </configuration> </execution> @@ -416,8 +410,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-2_17_0.cp</file> </configuration> </execution> <execution> @@ -441,8 +433,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-2_18_0.cp</file> </configuration> </execution> @@ -468,8 +458,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-2_22_0.cp</file> </configuration> </execution> @@ -493,8 +481,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-240.cp</file> </configuration> </execution> @@ -518,8 +504,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-210.cp</file> </configuration> </execution> @@ -543,8 +527,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-200.cp</file> </configuration> </execution> @@ -567,8 +549,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-140.cp</file> </configuration> </execution> @@ -592,8 +572,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/ARTEMIS-155.cp</file> </configuration> </execution> @@ -617,8 +595,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/HORNETQ-235.cp</file> </configuration> </execution> @@ -642,8 +618,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/HORNETQ-247.cp</file> </configuration> </execution> @@ -663,8 +637,6 @@ <libList> <arg>org.apache.activemq.tests:compatibility-tests:${project.version}</arg> </libList> - <!-- for future maintainers, notice that if you add new variables you also need to add the system property - otherwise this is not captured, search for the word @@@@ on this pom where I left anothr comment --> <file>${basedir}/target/AMQ_5_11.cp</file> </configuration> </execution>
