This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit da15c7d42b3bcede494311e051fea9224141c251 Author: Michael Blow <[email protected]> AuthorDate: Wed May 21 13:21:08 2025 -0400 [NO ISSUE][*DB][MISC] Fix some test declarations to avoid warnings in Maven 3.9.9 Ext-ref: MB-66739 Change-Id: I7c78cc6f8cc9bd35e8d005c566b33d9572e5dbbe Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19808 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/asterix-app/pom.xml | 2 +- asterixdb/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index 42da7c9743..1a0dcef3da 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -143,7 +143,7 @@ <configuration> <includeClassifiers>testlib</includeClassifiers> <outputDirectory>target/data/externallib</outputDirectory> - <overwrite>true</overwrite> + <overWriteIfNewer>true</overWriteIfNewer> <stripVersion>true</stripVersion> </configuration> </execution> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 597c529f39..e62eeeb4e8 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -163,9 +163,9 @@ <forkCount>1</forkCount> <reuseForks>false</reuseForks> <argLine>${coverageArgLine}</argLine> - <systemProperties> + <systemPropertyVariables> <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile> - </systemProperties> + </systemPropertyVariables> <includes> <include>${itest.includes}</include> </includes>
