This repository contains a few projects to ease developing and building the Java projects for the Software Engineering Labs at TU Dresden.
The kickstart project refers to a parent project that contains Maven configuration for an advanced build to be executed in a continuous integration environment.
Here are the additional steps that will be executed if the build is run with the ci profile enabled (mvn clean install -Pci).
-
the JavaDoc of the project is build, packaged and attached to the project
-
the reference documentation (i.e. all
….adocfiles insrc/main/asciidoc) will be rendered into HTML and PDF -
both JavaDoc and reference documentation are packaged into a zip and attached to the produced artifacts
-
JaCoCo report for unit test code coverage is generated
The resources module contains the assembly descriptor to package Javadoc and reference documentation via the assembly plugin declared in the parent project.