Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>eu.dnetlib.dhp</groupId>
6
		<artifactId>dhp</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<artifactId>dhp-build</artifactId>
10
	<packaging>pom</packaging>
11
	<modules>
12
		<module>dhp-build-assembly-resources</module>
13
		<module>dhp-build-properties-maven-plugin</module>
14
	</modules>
15

    
16
</project>
(2-2/2)