The Java artifacts described so far, rld-parent and rld-build-tools, are now available from the central Maven repository.
This means that you do not have to build them manually to install them in the local repository, just add a dependency in your POM:
<dependency>
    <groupId>com.reallifedeveloper</groupId>
    <artifactId>rld-build-tools</artifactId>
    <version>1.4</version>
</dependency>
                         Latest posts by RealLifeDeveloper (see all)
- Receiving Urgent Market Message Push Notifications from Nord Pool - November 1, 2018
 - Zen and the Art of Computer Programming - September 2, 2017
 - Reading JSON Files to Create Test Versions of REST Clients - April 8, 2017