This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 9ccb62b26b ISIS-3297: fixes for graphql-test and fakedata-integtests
9ccb62b26b is described below
commit 9ccb62b26b8c2f424ae80d3340a411777c639fb3
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 29 10:11:23 2022 +0100
ISIS-3297: fixes for graphql-test and fakedata-integtests
---
incubator/viewers/graphql/test/pom.xml | 6 +++---
testing/fakedata/integtests/pom.xml | 3 ---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/incubator/viewers/graphql/test/pom.xml
b/incubator/viewers/graphql/test/pom.xml
index 92f57bbdad..3daef69feb 100644
--- a/incubator/viewers/graphql/test/pom.xml
+++ b/incubator/viewers/graphql/test/pom.xml
@@ -25,9 +25,9 @@
<name>Apache Causeway Inc - Viewer GraphQL (Test)</name>
<properties>
-
<jar-plugin.automaticModuleName>org.apache.causeway.incubator.viewer.graphql.test</jar-plugin.automaticModuleName>
-
<git-plugin.propertiesDir>org/apache/causeway/incubator/viewer/graphql/test</git-plugin.propertiesDir>
- </properties>
+ <maven.install.skip>true</maven.install.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ </properties>
<build>
<testResources>
diff --git a/testing/fakedata/integtests/pom.xml
b/testing/fakedata/integtests/pom.xml
index 0d2b0c7763..02b6603e85 100644
--- a/testing/fakedata/integtests/pom.xml
+++ b/testing/fakedata/integtests/pom.xml
@@ -31,9 +31,6 @@ under the License.
<name>Apache Causeway Tst - FakeData (integ tests)</name>
<properties>
- <!-- TODO: to reinstate -->
- <skipTests>true</skipTests>
-
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>