During the last year I’ve spent quite a number of evenings and weekends creating deCrex – Development Environment Cross Examiner. It’s a time to present it for your judgment. Take a look, shoot your questions, request features to implement next, suggest repositories and build servers for this demo installation. deCrex is an intranet application, which examines content and […]
Tag: #maven
Enforce Clean before shade
It’s a bad idea, but if you have to use Maven Shade plugin in order to include classes from your dependencies to your artifact and especially if you invoke shade more than one during the build
Project break-down, which happens too early
Among users of Maven there is a huge tendency, which is difficult to influence. The tendency is to break down projects into a number of independently releasable sub-projects, but to keep on working at all of the sub-projects at the same time. In this case using fixed versions of dependencies does not work at all […]