File tree Expand file tree Collapse file tree 13 files changed +29
-3
lines changed Expand file tree Collapse file tree 13 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 34
34
<org .apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org .apache.maven.plugins.maven-scm-publish-plugin.version>
35
35
<org .apache.maven.plugins.maven-release-plugin.version>2.5.3</org .apache.maven.plugins.maven-release-plugin.version>
36
36
37
+ <org .apache.maven.plugins.maven-site-plugin>3.7.1</org .apache.maven.plugins.maven-site-plugin>
38
+
37
39
<spring-statemachine .version>2.0.1.RELEASE</spring-statemachine .version>
38
40
<spring-shell .version>2.0.0.RELEASE</spring-shell .version>
39
41
</properties >
54
56
55
57
<dependencyManagement >
56
58
<dependencies >
59
+ <dependency >
60
+ <groupId >org.apache.maven.plugins</groupId >
61
+ <artifactId >maven-site-plugin</artifactId >
62
+ <version >${org.apache.maven.plugins.maven-site-plugin} </version >
63
+ <type >maven-plugin</type >
64
+ <scope >compile</scope >
65
+ </dependency >
57
66
<dependency >
58
67
<groupId >org.codehaus.plexus</groupId >
59
68
<artifactId >plexus-utils</artifactId >
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change
1
+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 35
35
<org .webjars.bootstrap.version>4.1.0</org .webjars.bootstrap.version>
36
36
<org .webjars.font-awesome.version>5.0.10</org .webjars.font-awesome.version>
37
37
38
+
39
+
40
+ <org .apache.maven.plugins.maven-enforcer-plugin.version>3.0.0-M1</org .apache.maven.plugins.maven-enforcer-plugin.version>
41
+
42
+ <org .springframework.boot.spring-boot-maven-plugin.version>2.0.1.RELEASE</org .springframework.boot.spring-boot-maven-plugin.version>
43
+ <org .apache.maven.plugins.maven-site-plugin>3.7.1</org .apache.maven.plugins.maven-site-plugin>
38
44
<org .apache.maven.scm.plugin.version>1.9.5</org .apache.maven.scm.plugin.version>
39
45
<org .apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org .apache.maven.plugins.maven-scm-publish-plugin.version>
40
46
<org .apache.maven.plugins.maven-release-plugin.version>2.5.3</org .apache.maven.plugins.maven-release-plugin.version>
70
76
<dependency >
71
77
<groupId >org.apache.maven.plugins</groupId >
72
78
<artifactId >maven-enforcer-plugin</artifactId >
73
- <version >3.0.0-M1 </version >
79
+ <version >${org.apache.maven.plugins.maven-enforcer-plugin.version} </version >
74
80
<type >maven-plugin</type >
75
81
<scope >compile</scope >
76
82
</dependency >
77
83
<dependency >
78
84
<groupId >org.springframework.boot</groupId >
79
85
<artifactId >spring-boot-maven-plugin</artifactId >
80
- <version >2.0.1.RELEASE </version >
86
+ <version >${org.springframework.boot.spring-boot-maven-plugin.version} </version >
81
87
<type >maven-plugin</type >
82
88
<scope >compile</scope >
83
89
</dependency >
112
118
<dependency >
113
119
<groupId >org.apache.maven.plugins</groupId >
114
120
<artifactId >maven-site-plugin</artifactId >
115
- <version >3.7.1 </version >
121
+ <version >${org.apache.maven.plugins.maven-site-plugin} </version >
116
122
<type >maven-plugin</type >
117
123
<scope >compile</scope >
118
124
</dependency >
You can’t perform that action at this time.
0 commit comments