You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/13 09:56:02 UTC

[isis] branch master updated: ISIS-3003: ignores one more convergence issue

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 ca0516528d ISIS-3003: ignores one more convergence issue
ca0516528d is described below

commit ca0516528d1ee5a1d2d3d48d537a92d90758a993
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Apr 13 11:55:57 2022 +0200

    ISIS-3003: ignores one more convergence issue
---
 valuetypes/prism/vaadin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/valuetypes/prism/vaadin/pom.xml b/valuetypes/prism/vaadin/pom.xml
index a0ccdb7b7b..df14aa2cc5 100644
--- a/valuetypes/prism/vaadin/pom.xml
+++ b/valuetypes/prism/vaadin/pom.xml
@@ -26,6 +26,7 @@
 	<properties>
 		<jar-plugin.automaticModuleName>org.apache.isis.valuetypes.prism.vaadin</jar-plugin.automaticModuleName>
 		<git-plugin.propertiesDir>org/apache/isis/valuetypes/prism/vaadin</git-plugin.propertiesDir>
+		<enforcer.skip>true</enforcer.skip>
 	</properties>
 	
 	<dependencies>