14 lines
335 B
Markdown
14 lines
335 B
Markdown
# 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>
|
|
|