Giter Site home page Giter Site logo

Comments (3)

camann9 avatar camann9 commented on August 15, 2024

Will put this into the readme.md so it gets displayed on the github front page.

from greenmail.

buildscientist avatar buildscientist commented on August 15, 2024

👍

Thanks - I will say I was a bit frustrated by the code line policy. I'm used to submitting PR's from master as opposed to feature branches but I do understand the benefit of separating out change-sets.

Regarding the formatting - should we employ the use of something like Checkstyle.

Also is there any reason why we're using a relative path for child POM's to reference greenmail-parent

<relativePath>../pom.xml</relativePath>

If we just have a definition for greenmail-parent then we don't need to actually define dependencies like JavaMail etc in greenmail-core. It seems a little redundant to have to define dependencies in two locations (greenmail-core and greenmail-parent).

from greenmail.

camann9 avatar camann9 commented on August 15, 2024

The thing I want is that the differences view for the pull request is clean (only the actual changes are visible). This can be reached most easily if you create new branches for every pull request I think.

We actually have checkstyle, just that we don't have Sonar to show the errors. But the checkstyle report should be in the generated site. I wouldn't rely on it that much though because there are still a lot of problems since noody ever really looked at this report.

The concept we are using for dependency management is called BOM (bill of material): http://blog.inflinx.com/2013/12/29/maven-bill-of-materials/ . We have a parent POM that defines the versions for all the artifacts we can use in the project in a dependencyManagement/dependencies section. If one of the child projects wants to actually include one of the artifacts it has to add a dependency in the dependencies section. Be aware that the sections of the POM that are used in parent and child are different. I hope this clarifies your questions.

from greenmail.

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.