You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/26 15:57:41 UTC

[isis] 06/14: ISIS-2062: no longer support isis.integTest.module system property.

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit b89eb6ecc5f5d6966030cb219d83ffad44b54439
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jan 26 14:57:20 2020 +0000

    ISIS-2062: no longer support isis.integTest.module system property.
---
 starters/pom.xml                                                      | 4 ----
 .../adoc/modules/integtestsupport/pages/abstract-class.adoc           | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/starters/pom.xml b/starters/pom.xml
index 1a94578..fc6dd4d 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -236,7 +236,6 @@ under the License.
 				<!--
 				uses maven-surefire-plugin.version, which is declared by spring-boot-starter-parent
 				-->
-				<isis.integTest.module></isis.integTest.module>
 				<skipTests>false</skipTests>
 				<skipUTs>${skipTests}</skipUTs>
 				<skipITs>${skipTests}</skipITs>
@@ -293,9 +292,6 @@ under the License.
 										<useFile>true</useFile>
 										<printSummary>true</printSummary>
 										<reportsDirectory>${project.build.directory}/surefire-integtest-reports</reportsDirectory>
-										<systemPropertyVariables>
-											<isis.integTest.module>${isis.integTest.module}</isis.integTest.module>
-										</systemPropertyVariables>
 										<forkCount>1</forkCount>
 										<reuseForks>true</reuseForks>
 										<argLine>${surefire-plugin.argLine}</argLine>
diff --git a/testing/integtestsupport/adoc/modules/integtestsupport/pages/abstract-class.adoc b/testing/integtestsupport/adoc/modules/integtestsupport/pages/abstract-class.adoc
index 227db78..b26e465 100644
--- a/testing/integtestsupport/adoc/modules/integtestsupport/pages/abstract-class.adoc
+++ b/testing/integtestsupport/adoc/modules/integtestsupport/pages/abstract-class.adoc
@@ -28,10 +28,14 @@ public abstract class DomainAppIntegTest
 }
 ----
 
+WARNING: TODO: v2 - out of date, we no longer support `isis.integTest.module` system property.
+
 The `IntegrationTestAbstract3` class also allows the module to be specified externally, using either the `isis.integTest.module` or the (more general) `isis.headless.module` system property, eg by updating the `pom.xml`.
 
 For example:
 
+WARNING: TODO: v2 - out of date, we no longer support `isis.integTest.module` system property.
+
 [source,xml]
 ----
 <properties>