MikeThomsen commented on issue #3317: NIFI-6047 Add DetectDuplicateRecord 
Processor
URL: https://github.com/apache/nifi/pull/3317#issuecomment-465109619
 
 
   @adamfisher 
   
   > [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (check-style) on 
project nifi-standard-processors: You have 7 Checkstyle violations. -> [Help 1]
   
   That's why your build failed. To resolve this quickly run this from the 
standard-processors module:
   
   `mvn clean install -DskipTests=true -Pcontrib-check`
   
   The `contrib-check` profile will run RAT and tell you what the style 
violations are. Usually it's stupid stuff like unused imports or extraneous 
whitespace that can be quickly resolved. We enforce that to help keep things 
clean.

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

Reply via email to