[
https://issues.apache.org/jira/browse/HADOOP-18718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17730291#comment-17730291
]
ASF GitHub Bot commented on HADOOP-18718:
-----------------------------------------
dongjoon-hyun commented on code in PR #5592:
URL: https://github.com/apache/hadoop/pull/5592#discussion_r1222234047
##########
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml:
##########
@@ -185,12 +185,12 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <systemProperties>
+ <systemPropertyVariables>
<property>
<name>derby.stream.error.file</name>
<value>${project.build.directory}/derby.log</value>
Review Comment:
I'm double-checking this part.
> Fix several maven build warnings
> --------------------------------
>
> Key: HADOOP-18718
> URL: https://issues.apache.org/jira/browse/HADOOP-18718
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.4.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Labels: pull-request-available
>
> {code}
> [WARNING] 'build.plugins.plugin.version' for
> org.cyclonedx:cyclonedx-maven-plugin is missing.
> {code}
> {code}
> [WARNING] Unknown keyword additionalItems - you should define your own Meta
> Schema. If the keyword is irrelevant for validation, just use a
> NonValidationKeyword
> {code}
> {code}
> [WARNING] 'build.plugins.plugin.version' for
> org.codehaus.mojo:findbugs-maven-plugin is missing
> {code}
> {code}
> [WARNING] Parameter 'requiresOnline' is unknown for plugin
> 'exec-maven-plugin:1.3.1:exec (pre-dist)'
> {code}
> {code}
> [WARNING] Parameter 'destDir' (user property 'destDir') is deprecated: No
> reason given
> {code}
> {code}
> [WARNING] Parameter 'tasks' is deprecated: Use target instead
> [WARNING] Parameter tasks is deprecated, use target instead
> {code}
> {code}
> [WARNING] Parameter 'systemProperties' is deprecated: Use
> systemPropertyVariables instead.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]