slawekjaranowski commented on code in PR #705: URL: https://github.com/apache/maven/pull/705#discussion_r847020950
########## maven-core/src/main/java/org/apache/maven/plugin/internal/ValidatingConfigurationListener.java: ########## @@ -41,12 +50,20 @@ private final ConfigurationListener delegate; + private final MojoDescriptor mojoDescriptor; + private final ExpressionEvaluator expressionEvaluator; + + private final Logger logger = LoggerFactory.getLogger( getClass() ); Review Comment: No reason. As I see it is mixed in code. I didn't analize it. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org