ctubbsii commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345571121 Did you try doing a `mvn clean` first? I always run `mvn clean verify` in case any stuff in the target directories isn't properly reset for the next build. Also check that you don't have any old maven artifacts for Fluo in your local maven repository which might be getting on the class path (`rm -rf ~/.m2/repository/org/apache/fluo`; path may differ if your local repository is located elsewhere). Another thing that can cause problems is if Eclipse or another IDE is open and building your project while trying to do a build from the command-line.
---------------------------------------------------------------- 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
