2022-09-21 16:20:59 +02:00
|
|
|
# uoa-global-parent
|
|
|
|
|
2024-09-05 17:17:29 +02:00
|
|
|
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>
|
|
|
|
|