data4impact/apps/pom.xml

46 lines
1.7 KiB
XML

<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>
<groupId>eu.dnetlib</groupId>
<artifactId>d4i</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<license>
<name>GNU Affero General Public License v3.0 or later</name>
<url>https://spdx.org/licenses/AGPL-3.0-or-later.html#licenseText</url>
<distribution>repo</distribution>
<comments>This program is free software: you can redistribute it and/or modify it under the terms of the
GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.</comments>
</license>
</licenses>
<modules>
<module>data4impact-model</module>
<module>data4impact-importer</module>
<module>data4impact-pubmed-importer</module>
<!--<module>data4impact-api-application</module>-->
</modules>
<issueManagement>
<system>Redmine</system>
<url>https://support.openaire.eu/projects/d4i</url>
</issueManagement>
<ciManagement>
<system>jenkins</system>
<url>https://jenkins-dnet.d4science.org/</url>
</ciManagement>
<scm>
<connection>scm:git:gitea@code-repo.d4science.org:D-Net/data4impact.git</connection>
<developerConnection>scm:git:gitea@code-repo.d4science.org:D-Net/data4impact.git</developerConnection>
<url>https://code-repo.d4science.org/D-Net/data4impact/</url>
<tag>HEAD</tag>
</scm>
<description>This module is the root descriptor for the Data4Impact project</description>
</project>