[
https://issues.apache.org/jira/browse/HADOOP-18718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17730788#comment-17730788
]
ASF GitHub Bot commented on HADOOP-18718:
-----------------------------------------
ayushtkn commented on code in PR #5592:
URL: https://github.com/apache/hadoop/pull/5592#discussion_r1223777426
##########
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml:
##########
@@ -251,10 +248,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <task>
<copy file="src/main/resources/hdfs-rbf-default.xml"
todir="src/site/resources"/>
<copy file="src/main/xsl/configuration.xsl"
todir="src/site/resources"/>
- </tasks>
+ </task>
Review Comment:
Was supposed to use target, right?
From the description
```
Use target instead of tasks.
```
Other places you moved tasks -> target only. Any specific reason here?
> 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]