Go to file
Konstantinos Triantafyllou e4f9ab94d6 [maven-release-plugin] prepare for next development iteration 2024-09-13 11:09:53 +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 plugin management. Add info in ReadMe 2024-09-12 17:17:05 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-09-13 11:09:53 +03:00

README.md

uoa-global-parent

This parent contains the global configuration for:

  • Maven Repository
  • Build configuration for:
    • Maven Release.
    • Maven Compilation.
    • Plugin Management for maven war and jar plugins.
  • Distribution Management
  • Global dependencies for logging
  • Global properties for java and all plugins and dependencies.

Usage

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