mirror of https://github.com/apache/maven.git
only report 0 seconds if there was no minutes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8dec28247b
commit
22f6d7e1a7
|
@ -596,7 +596,7 @@ public class DefaultMaven
|
|||
{
|
||||
msg += "1 second";
|
||||
}
|
||||
else
|
||||
else if ( min > 0 )
|
||||
{
|
||||
msg += "< 1 second";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue