2018-01-16 14:21:13 +01:00
|
|
|
<?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/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp</artifactId>
|
2022-04-07 13:32:22 +02:00
|
|
|
<version>1.2.5-SNAPSHOT</version>
|
2018-01-16 14:21:13 +01:00
|
|
|
</parent>
|
|
|
|
<artifactId>dhp-build</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2020-04-29 18:44:17 +02:00
|
|
|
|
|
|
|
<description>This module is a container for the build tools used in dnet-hadoop</description>
|
2021-11-16 15:16:28 +01:00
|
|
|
<properties>
|
|
|
|
<maven.javadoc.skip>true</maven.javadoc.skip>
|
|
|
|
</properties>
|
2020-04-29 18:44:17 +02:00
|
|
|
|
2018-01-16 14:21:13 +01:00
|
|
|
<modules>
|
2020-04-27 14:45:40 +02:00
|
|
|
<module>dhp-code-style</module>
|
2019-10-17 18:38:30 +02:00
|
|
|
<module>dhp-build-assembly-resources</module>
|
|
|
|
<module>dhp-build-properties-maven-plugin</module>
|
2018-01-16 14:21:13 +01:00
|
|
|
</modules>
|
|
|
|
|
2021-11-16 15:16:28 +01:00
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>DHPSite</id>
|
2021-11-19 15:31:45 +01:00
|
|
|
<url>${dhp.site.stage.path}/dhp-build/</url>
|
2021-11-16 15:16:28 +01:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2018-01-16 14:21:13 +01:00
|
|
|
</project>
|