CLiC being an open-source application, we need to add a header refering to the license on top of each source file. To do so, we're using a Maven plugin, and here's how to update the header on top of each file of CLiC project: from the root project of CLiC, simply execute this Maven command: mvn clean license:format
.
Yep, that's all!
Here are a few basic rules that should be followed while committing some source code in CLiC:
While CLiC allows to define tasks which are based on Maven, thanks to its generic Maven plugin, we thought that it might be useful to ease a little bit Maven interactions for people aiming at developing new tasks or plugins relying on Maven. That's why we just developed a small Java library: clic-utils which contains some APIs easing Maven interactions.
The aim of this library is to help you:
We don't provide any detailed documentation on that API right now, as everything contains javadoc and is quite easy to use. We'll write down some documentation if needed.