Add scm information in pom.xml

This commit is contained in:
Konstantinos Triantafyllou 2022-09-01 13:42:56 +03:00
parent b98a581ef9
commit 75716a0f10
1 changed files with 6 additions and 26 deletions

32
pom.xml
View File

@ -8,9 +8,13 @@
<artifactId>uoa-monitor-service</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>uoa-monitor-service</name>
<scm>
<connection>scm:git:https://code-repo.d4science.org/MaDgIK/uoa-monitor-service.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/MaDgIK/uoa-monitor-service.git</developerConnection>
<url>https://code-repo.d4science.org/MaDgIK/uoa-monitor-service/</url>
<tag>HEAD</tag>
</scm>
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
<parent>
<groupId>org.springframework.boot</groupId>
@ -18,15 +22,6 @@
<version>1.5.8.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
<!--
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet45-parent</artifactId>
<version>1.0.0</version>
</parent>
-->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -34,21 +29,6 @@
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>E MMM dd HH:mm:ss z yyyy</maven.build.timestamp.format>
</properties>
<!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
<!--
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.8.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
-->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>