Go to file
Konstantinos Triantafyllou d5db584ac2 [maven-release-plugin] prepare for next development iteration 2024-09-05 18:17:50 +03:00
.gitignore Update gitignore with java and IDE files. Add mvn release in pom.xml 2022-09-21 17:39:52 +03:00
README.md Add properties for maven and add compiler plugin. Add information in README.md 2024-09-05 18:17:29 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-09-05 18:17:50 +03:00

README.md

uoa-global-parent

This parent contains the configuration regarding maven release and compilation. Also, there is the definition of global properties and import of log4j2.

Usage

<parent>
    <groupId>eu.dnetlib</groupId>
    <artifactId>uoa-global-parent</artifactId>
    <version>2.0.2</version>
</parent>