[AB-199] adding build of sources and javadoc

fixing javadoc as various places
adding release plugin
adding developer connection to scm
updating release pipeline to new action versions
This commit is contained in:
Sheldan
2021-03-12 23:43:52 +01:00
parent 2ed456c164
commit a36a884ae9
19 changed files with 99 additions and 40 deletions

View File

@@ -39,6 +39,8 @@ public class FreemarkerConfiguration {
* The correct compatibility version and the provided formatter methods to be used in the templates.
* The encoding of the templates is set to UTF-8.
* @return A configured {@link Configuration} bean according to the configuration
* @throws IOException when the configuration fails to be created
* @throws TemplateException when the configuration fails to be created
*/
@Bean
public Configuration freeMarkerConfiguration() throws IOException, TemplateException {