Project

General

Profile

« Previous | Next » 

Revision 61664

[Trunk | Monitor Service]: pom.xml: Revert from r61631 changes for parent and plugins: now from "dnet45-parent" to "spring-boot-starter-parent".

View differences:

modules/uoa-monitor-service/trunk/pom.xml
11 11

  
12 12
    <name>uoa-monitor-service</name>
13 13

  
14
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
15
<!--    <parent>-->
16
<!--        <groupId>org.springframework.boot</groupId>-->
17
<!--        <artifactId>spring-boot-starter-parent</artifactId>-->
18
<!--        <version>1.5.8.RELEASE</version>-->
19
<!--        <relativePath/> &lt;!&ndash; lookup parent from repository &ndash;&gt;-->
20
<!--    </parent>-->
14
    <!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
15
    <parent>
16
        <groupId>org.springframework.boot</groupId>
17
        <artifactId>spring-boot-starter-parent</artifactId>
18
	<version>1.5.8.RELEASE</version>
19
	<relativePath/> <!-- lookup parent from repository -->
20
    </parent>
21 21

  
22 22
    <!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
23
<!--
23 24
    <parent>
24 25
        <groupId>eu.dnetlib</groupId>
25 26
        <artifactId>dnet45-parent</artifactId>
26 27
        <version>1.0.0</version>
27 28
    </parent>
28

  
29
-->
29 30
    <properties>
30 31
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31 32
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
......
35 36
    </properties>
36 37

  
37 38
    <!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
39
<!--
38 40
    <dependencyManagement>
39 41
        <dependencies>
40 42
            <dependency>
......
46 48
            </dependency>
47 49
        </dependencies>
48 50
    </dependencyManagement>
51
-->
49 52
    <dependencies>
50 53
        <dependency>
51 54
            <groupId>org.springframework.boot</groupId>
......
111 114

  
112 115
    <build>
113 116
        <plugins>
114
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
115
<!--            <plugin>-->
116
<!--                <groupId>org.springframework.boot</groupId>-->
117
<!--                <artifactId>spring-boot-maven-plugin</artifactId>-->
118
<!--            </plugin>-->
117
	    <!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
118
            <plugin>
119
                <groupId>org.springframework.boot</groupId>
120
                <artifactId>spring-boot-maven-plugin</artifactId>
121
            </plugin>
119 122

  
120 123
            <!--3d answer: https://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi-->
121 124
            <!--If you use openjdk there might be a problem with surfire plugin - uncomment following lines-->
......
147 150
            </resource>
148 151
        </resources>
149 152
    </build>
150
</project>
153

  
154
    <repositories>
155
        <repository>
156
            <id>dnet45-releases</id>
157
            <name>D-Net 45 Releases</name>
158
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
159
            <releases>
160
                <enabled>true</enabled>
161
            </releases>
162
            <snapshots>
163
                <enabled>false</enabled>
164
            </snapshots>
165
            <layout>default</layout>
166
        </repository>
167
    </repositories>
168
</project>

Also available in: Unified diff