Project

General

Profile

« Previous | Next » 

Revision 61713

[Trunk | Admin Tools]: pom.xml:
a. Revert from r61633 changes for parent and plugins: now from "dnet45-parent" to "spring-boot-starter-parent".
b. In dependency "uoa-admin-tools-library" remove snapshot from version (the library is released on http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases/eu/dnetlib/uoa-admin-tools-library/).

View differences:

modules/uoa-admin-tools/trunk/pom.xml
11 11
	<name>uoa-admin-tools</name>
12 12

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

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

  
28 28
	<properties>
29 29
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
35 35

  
36 36

  
37 37
    <!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
38
    <dependencyManagement>
39
        <dependencies>
40
            <dependency>
41
                <groupId>org.springframework.boot</groupId>
42
                <artifactId>spring-boot-dependencies</artifactId>
43
                <version>1.5.8.RELEASE</version>
44
                <type>pom</type>
45
                <scope>import</scope>
46
            </dependency>
47
        </dependencies>
48
    </dependencyManagement>
38
<!--    <dependencyManagement>-->
39
<!--        <dependencies>-->
40
<!--            <dependency>-->
41
<!--                <groupId>org.springframework.boot</groupId>-->
42
<!--                <artifactId>spring-boot-dependencies</artifactId>-->
43
<!--                <version>1.5.8.RELEASE</version>-->
44
<!--                <type>pom</type>-->
45
<!--                <scope>import</scope>-->
46
<!--            </dependency>-->
47
<!--        </dependencies>-->
48
<!--    </dependencyManagement>-->
49 49
	<dependencies>
50 50
		<dependency>
51 51
			<groupId>org.springframework.boot</groupId>
......
101 101
        <dependency>
102 102
            <groupId>eu.dnetlib</groupId>
103 103
            <artifactId>uoa-admin-tools-library</artifactId>
104
            <version>1.0.0-SNAPSHOT</version>
104
            <version>1.0.1</version>
105 105
        </dependency>
106 106
        <!--<dependency>
107 107
            <groupId>eu.dnetlib</groupId>
......
113 113
	<build>
114 114
		<plugins>
115 115
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
116
<!--            <plugin>-->
117
<!--				<groupId>org.springframework.boot</groupId>-->
118
<!--				<artifactId>spring-boot-maven-plugin</artifactId>-->
119
<!--			</plugin>-->
116
            <plugin>
117
				<groupId>org.springframework.boot</groupId>
118
				<artifactId>spring-boot-maven-plugin</artifactId>
119
			</plugin>
120 120
			<!--3d answer: https://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi-->
121 121
			<!--If you use openjdk there might be a problem with surfire plugin - uncomment following lines-->
122 122
			<!--<plugin>-->

Also available in: Unified diff