<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>eu.dnetlib</groupId>
		<artifactId>uoa-spring-boot-parent</artifactId>
		<version>2.0.3</version>
	</parent>
	<artifactId>dnet-role-management</artifactId>
	<version>2.0.0-BETA</version>
	<packaging>war</packaging>
	<name>dnet-role-management</name>
	<description>DNET Role Management API. Integrated with AAI Registry Service</description>
	<scm>
		<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-role-management.git</developerConnection>
		<tag>dnet-role-management-2.0.0-BETA</tag>
	</scm>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<timestamp>${maven.build.timestamp}</timestamp>
		<maven.build.timestamp.format>E MMM dd HH:mm:ss z yyyy</maven.build.timestamp.format>
	</properties>
	<dependencies>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>uoa-authorization-library</artifactId>
			<version>3.0.4</version>
			<classifier>redis</classifier>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
				<configuration>
					<mainClass>eu.dnetlib.dnetrolemanagement.DnetRoleManagementApplication</mainClass>
					<executable>true</executable>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-war-plugin</artifactId>
			</plugin>
		</plugins>
		<finalName>dnet-role-management</finalName>
	</build>
</project>
