adoroszlai commented on a change in pull request #2480:
URL: https://github.com/apache/ozone/pull/2480#discussion_r680354810



##########
File path: hadoop-ozone/dev-support/docker/Dockerfile
##########
@@ -61,9 +49,9 @@ RUN addgroup -g 1000 default && \
 #can be installed
 USER jenkins1000
 RUN cd /tmp && \
-   git clone --depth=1 https://gitbox.apache.org/repos/asf/hadoop.git -b trunk 
&& \
-   cd /tmp/hadoop && \
-   mvn package dependency:go-offline -DskipTests -P hdds -pl :ozone-dist -am 
&& \
+   git clone --depth=1 https://gitbox.apache.org/repos/asf/ozone.git -b master 
&& \
+   cd /tmp/ozone && \
+   mvn package dependency:go-offline -DskipTests -pl :ozone-dist -am && \
    rm -rf /tmp/.m2/repository/org/apache/hadoop/*hdds* && \
    rm -rf /tmp/.m2/repository/org/apache/hadoop/*ozone* && \

Review comment:
       Ozone groupId and artifactId were changed recently (fa4ddbccf):
   
   ```suggestion
      rm -rf /tmp/.m2/repository/org/apache/ozone/hdds* && \
      rm -rf /tmp/.m2/repository/org/apache/ozone/ozone* && \
   ```




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

Reply via email to