GithubHelp home page GithubHelp logo

Comments (6)

alexiudice avatar alexiudice commented on July 26, 2024

You can disable the checkstyling using the maven option -Dcheckstyle.skip=true

Try running this maven command to build up to the verify stage:

mvn clean verify -DfullBuild -Dlicense.skip=true -Dcheckstyle.skip=true -Dscalastyle.skip=true -DcreateChecksum=true -DskipTests

from ongdb.

jsoref avatar jsoref commented on July 26, 2024

That works:

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28:13 min
[INFO] Finished at: 2020-03-04T15:01:33-05:00

But it isn't documented anywhere. (It's now documented in your comment, which is slightly better than nothing.)

If people don't have something specifically against the checkstyle checks, I'd rather merge fixes for them (see #20). And if people are absolutely opposed to checkstyle checks, then the build system should be adjusted so that it doesn't enforce them.

from ongdb.

bradnussbaum avatar bradnussbaum commented on July 26, 2024

@jsoref I started a branch (3.5-checkstyle) for fixing up the checkstyle issues. Did your commit resolve all of the checkstyle issues or just a few? I am building through now. If it resolves all of them then we can remove the -Dcheckstyle.skip=true flag from the build server so that it stays fixed. Will be nice to have this cleaned up.

from ongdb.

jsoref avatar jsoref commented on July 26, 2024

Hmm, I was running mvn install -rf :... and kept progressing the target as it failed until it stopped failing.

My naive assumption is that means it's finished. But I could be wrong if there are some code paths beyond mvn install or if -rf :... happens to not do what I'm expecting.

from ongdb.

bradnussbaum avatar bradnussbaum commented on July 26, 2024

That should be right. I have build going now with the flag -Dcheckstyle.skip=true removed.

https://bamboo.graphfoundation.org/browse/ONGDB-ONGDB52-2

from ongdb.

jsoref avatar jsoref commented on July 26, 2024

Fwiw, I'm a bit puzzled by dade943 by @jmsuhy

from ongdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.