mthmulders commented on a change in pull request #363:
URL: https://github.com/apache/maven/pull/363#discussion_r443248576



##########
File path: 
maven-core/src/main/java/org/apache/maven/execution/DefaultBuildResumptionDataRepository.java
##########
@@ -105,7 +109,7 @@ public void removeResumptionData( MavenProject rootProject )
     private Properties loadResumptionFile( Path rootBuildDirectory )
     {
         Properties properties = new Properties();
-        Path path = Paths.get( RESUME_PROPERTIES_FILENAME ).resolve( 
rootBuildDirectory );
+        Path path = rootBuildDirectory.resolve( Paths.get( 
RESUME_PROPERTIES_FILENAME ) );

Review comment:
       Thanks, didn't know that!




----------------------------------------------------------------
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:
[email protected]


Reply via email to