adoroszlai commented on code in PR #10880:
URL: https://github.com/apache/ozone/pull/10880#discussion_r3663952876
##########
pom.xml:
##########
@@ -1841,6 +1841,17 @@
</compilerArgs>
</configuration>
</execution>
+ <execution>
+ <id>default-testCompile</id>
+ <goals>
+ <goal>testCompile</goal>
+ </goals>
+ <configuration>
+ <compilerArgs>
+ <arg>-AartifactId=${project.artifactId}</arg>
+ </compilerArgs>
+ </configuration>
+ </execution>
Review Comment:
These `testCompile` configurations cause warnings, please don't add them.
See HDDS-14789.
```
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @
hdds-cli-common ---
...
[WARNING] The following options were not recognized by any processor:
'[project]'
[INFO] --- compiler:3.15.0:testCompile (default-testCompile) @ hdds-client
---
...
[WARNING] The following options were not recognized by any processor:
'[artifactId]'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]