Programming


All posts in category 'Programming'
Programming

Reduce the code to noise ratio of maven POMs

I really like maven for the structured way it provides for defining and building a project. But sometimes I wish for a less verbose notation than the XML of the Project Object Model (POM). For example, gradles dependency notation is far shorter than mavens dependency declaration.

Read more →