This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 1d8824a8d7a CAUSEWAY-3892: deployment fixes (POM)
1d8824a8d7a is described below
commit 1d8824a8d7a02e2852306032f5aee3ff69263650
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 28 17:57:03 2025 +0200
CAUSEWAY-3892: deployment fixes (POM)
---
extensions/core/excel/fixture/.gitignore | 5 ---
.../excel/fixture/logging-dn-enhance.properties | 41 ----------------------
extensions/core/excel/fixture/pom.xml | 1 +
3 files changed, 1 insertion(+), 46 deletions(-)
diff --git a/extensions/core/excel/fixture/.gitignore
b/extensions/core/excel/fixture/.gitignore
deleted file mode 100644
index 73714151e51..00000000000
--- a/extensions/core/excel/fixture/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.gradle
-translations.pot
-*.jar
-gradle/wrapper
-!gradle-wrapper.jar
\ No newline at end of file
diff --git a/extensions/core/excel/fixture/logging-dn-enhance.properties
b/extensions/core/excel/fixture/logging-dn-enhance.properties
deleted file mode 100644
index dc4d31c11d9..00000000000
--- a/extensions/core/excel/fixture/logging-dn-enhance.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# LOG4J Configuration
-# ===================
-
-# Basic logging goes to "datanucleus.log"
-log4j.appender.A1=org.apache.log4j.FileAppender
-log4j.appender.A1.File=datanucleus.log
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} (%t) %-5p [%c] -
%m%n
-#log4j.appender.A1.Threshold=INFO
-
-# Categories
-# Each category can be set to a "level", and to direct to an appender
-
-# Default to DEBUG level for all DataNucleus categories
-log4j.logger.DataNucleus = DEBUG, A1
-
-log4j.category.com.mchange.v2.c3p0=INFO, A1
-log4j.category.com.mchange.v2.resourcepool=INFO, A1
-log4j.category.org.logicalcobwebs.proxool=INFO,A1
-
-
-# Hbase libs logging
-log4j.category.org.apache.hadoop=INFO,A1
-log4j.category.org.apache.zookeeper=INFO,A1
\ No newline at end of file
diff --git a/extensions/core/excel/fixture/pom.xml
b/extensions/core/excel/fixture/pom.xml
index 6890edad029..06a4bfbbde4 100644
--- a/extensions/core/excel/fixture/pom.xml
+++ b/extensions/core/excel/fixture/pom.xml
@@ -36,6 +36,7 @@ under the License.
<jar-plugin.automaticModuleName>
org.apache.causeway.extensions.excel.fixture</jar-plugin.automaticModuleName>
<git-plugin.propertiesDir>org/apache/causeway/extensions/excel/fixture</git-plugin.propertiesDir>
+ <maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>