<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>eu.dnetlib.dhp</groupId> <artifactId>dhp-code-style</artifactId> <version>1.1.7-SNAPSHOT</version> <packaging>jar</packaging> <description>This module contains resources supporting common code style conventions</description> <distributionManagement> <snapshotRepository> <id>dnet45-snapshots</id> <name>DNet45 Snapshots</name> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url> <layout>default</layout> </snapshotRepository> <repository> <id>dnet45-releases</id> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url> </repository> </distributionManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.7.1</version> </plugin> </plugins> </pluginManagement> </build> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>