michael-o commented on a change in pull request #6:
URL: https://github.com/apache/maven-clean-plugin/pull/6#discussion_r771523212



##########
File path: src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
##########
@@ -207,7 +219,9 @@ else if ( fast && multiModuleProjectDirectory != null )
             fastDir = null;
             if ( fast )
             {
-                getLog().warn( "Fast deletion requires maven 3.3.1" );
+                getLog().warn( "Fast clean requires maven 3.3.1 or newer, "
+                        + "or an explicit directory to be specified with the 
'fastDir' configuration of "
+                        + "this plugin, or the 'maven.clean.fastDir' system 
property to be set." );

Review comment:
       user property, not system property.




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


Reply via email to