adoroszlai opened a new pull request #1172:
URL: https://github.com/apache/hadoop-ozone/pull/1172


   ## What changes were proposed in this pull request?
   
   Fix Maven warning caused by deprecated expression `pom.artifactId`:
   
   ```
   [INFO] Scanning for projects...
   [WARNING]
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.hadoop:hadoop-ozone-interface-client:jar:0.6.0-SNAPSHOT
   [WARNING] The expression ${pom.artifactId} is deprecated. Please use 
${project.artifactId} instead.
   [WARNING]
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.hadoop:hadoop-ozone-common:jar:0.6.0-SNAPSHOT
   [WARNING] The expression ${pom.artifactId} is deprecated. Please use 
${project.artifactId} instead.
   ...
   ```
   
   https://issues.apache.org/jira/browse/HDDS-3931
   
   ## How was this patch tested?
   
   ```
   $ mvn -DskipTests clean package
   [INFO] Scanning for projects...
   [INFO] 
------------------------------------------------------------------------
   [INFO] Detecting the operating system and CPU architecture
   ...
   [INFO] BUILD SUCCESS
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/runs/844565409


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to