2020-04-27 14:45:40 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-05-08 17:01:27 +02:00
|
|
|
<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">
|
2020-04-27 14:45:40 +02:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp-code-style</artifactId>
|
2020-06-22 11:27:44 +02:00
|
|
|
<version>1.2.4-SNAPSHOT</version>
|
2020-04-27 14:45:40 +02:00
|
|
|
|
2020-04-28 11:09:50 +02:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2020-04-29 18:44:17 +02:00
|
|
|
<description>This module contains resources supporting common code style conventions</description>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>dnet45-snapshots</id>
|
|
|
|
<name>DNet45 Snapshots</name>
|
2020-11-13 15:38:40 +01:00
|
|
|
<url>https://maven.d4science.org/nexus/content/repositories/dnet45-snapshots</url>
|
2020-04-29 18:44:17 +02:00
|
|
|
<layout>default</layout>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>dnet45-releases</id>
|
2020-11-13 15:38:40 +01:00
|
|
|
<url>https://maven.d4science.org/nexus/content/repositories/dnet45-releases</url>
|
2020-04-29 18:44:17 +02:00
|
|
|
</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>
|
|
|
|
|
2020-04-28 11:09:50 +02:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
2020-04-27 14:45:40 +02:00
|
|
|
</project>
|