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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 881b586cf0 CAUSEWAY-3275: Wicket Viewer: backport artifact changes
from spring6 to master branch (part 2)
881b586cf0 is described below
commit 881b586cf058ccf16e3d63c2913920bcb083a059
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 24 06:48:42 2023 +0200
CAUSEWAY-3275: Wicket Viewer: backport artifact changes from spring6 to
master branch (part 2)
---
viewers/wicket/model/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/viewers/wicket/model/pom.xml b/viewers/wicket/model/pom.xml
index ea11731627..d8c23134d5 100644
--- a/viewers/wicket/model/pom.xml
+++ b/viewers/wicket/model/pom.xml
@@ -29,8 +29,13 @@
<artifactId>causeway-viewer-wicket-model</artifactId>
<name>Apache Causeway Viewer - Wicket (Model)</name>
+ <description>Eclipse IDE failes to build the UI tests since junit-api is
forced onto the module-path by Wicket.
+ So as a workaround putting tests into their own
artifact.</description>
- <properties>
+ <properties>
+ <maven.install.skip>true</maven.install.skip>
+ <maven.deploy.skip>true</maven.deploy.skip>
+
<jar-plugin.automaticModuleName>org.apache.causeway.viewer.wicket.model</jar-plugin.automaticModuleName>
<git-plugin.propertiesDir>org/apache/causeway/viewer/wicket/model</git-plugin.propertiesDir>
</properties>