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 28a8e204a5 CAUSEWAY-3275: Wicket Viewer: backport artifact changes 
from spring6 to master branch (fixes prev. commit)
28a8e204a5 is described below

commit 28a8e204a5ccce472a32ee532caa123ae06c217a
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 24 06:57:49 2023 +0200

    CAUSEWAY-3275: Wicket Viewer: backport artifact changes from spring6 to
    master branch (fixes prev. commit)
---
 viewers/wicket/model/pom.xml   | 5 -----
 viewers/wicket/ui-test/pom.xml | 6 +++++-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/viewers/wicket/model/pom.xml b/viewers/wicket/model/pom.xml
index d8c23134d5..0bd353e7d7 100644
--- a/viewers/wicket/model/pom.xml
+++ b/viewers/wicket/model/pom.xml
@@ -29,13 +29,8 @@
 
     <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>
-               <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>
diff --git a/viewers/wicket/ui-test/pom.xml b/viewers/wicket/ui-test/pom.xml
index 0ec76132d5..d47b2b5476 100644
--- a/viewers/wicket/ui-test/pom.xml
+++ b/viewers/wicket/ui-test/pom.xml
@@ -23,8 +23,13 @@
 
        <artifactId>causeway-viewer-wicket-ui-test</artifactId>
        <name>Apache Causeway Viewer - Wicket (UI Test)</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>
+               <maven.install.skip>true</maven.install.skip>
+        <maven.deploy.skip>true</maven.deploy.skip>
+
                
<jar-plugin.automaticModuleName>org.apache.causeway.viewer.wicket.ui.test</jar-plugin.automaticModuleName>
                
<git-plugin.propertiesDir>org/apache/causeway/viewer/wicket/ui-test</git-plugin.propertiesDir>
        </properties>
@@ -58,5 +63,4 @@
 
        </dependencies>
 
-
 </project>

Reply via email to