>From Michael Blow <[email protected]>:

Michael Blow has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19808 )


Change subject: [NO ISSUE][*DB][MISC] Fix some test declarations to avoid 
warnings in Maven 3.9.9
......................................................................

[NO ISSUE][*DB][MISC] Fix some test declarations to avoid warnings in Maven 
3.9.9

Ext-ref: MB-66739
Change-Id: I7c78cc6f8cc9bd35e8d005c566b33d9572e5dbbe
---
M asterixdb/asterix-app/pom.xml
M asterixdb/pom.xml
2 files changed, 13 insertions(+), 3 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/08/19808/1

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 42da7c9..1a0dcef 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 597c529..e62eeeb 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>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19808
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: neo
Gerrit-Change-Id: I7c78cc6f8cc9bd35e8d005c566b33d9572e5dbbe
Gerrit-Change-Number: 19808
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-MessageType: newchange

Reply via email to