jglick commented on a change in pull request #32: [MENFORCER-298] Ensure
bannedDependencies does not corrupt the classpath when using timestamped
snapshots
URL: https://github.com/apache/maven-enforcer/pull/32#discussion_r172319530
##########
File path:
enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/AbstractBanDependencies.java
##########
@@ -63,22 +63,25 @@ public void execute( EnforcerRuleHelper helper )
throw new EnforcerRuleException( "Unable to retrieve the
MavenProject: ", eee );
}
- try
Review comment:
Note that [most of the changes are just
reindentation](https://github.com/apache/maven-enforcer/pull/32/files?w=1).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services