File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 44
44
</properties >
45
45
46
46
<build >
47
+ <extensions >
48
+ <extension >
49
+ <groupId >org.apache.maven.scm</groupId >
50
+ <artifactId >maven-scm-provider-gitexe</artifactId >
51
+ <version >1.11.2</version >
52
+ </extension >
53
+ <extension >
54
+ <groupId >org.apache.maven.scm</groupId >
55
+ <artifactId >maven-scm-manager-plexus</artifactId >
56
+ <version >1.11.2</version >
57
+ </extension >
58
+ </extensions >
47
59
<testResources >
48
60
<testResource >
49
61
<directory >src/test/resources</directory >
69
81
</pluginManagement >
70
82
<plugins >
71
83
84
+ <plugin >
85
+ <groupId >org.apache.maven.plugins</groupId >
86
+ <artifactId >maven-gpg-plugin</artifactId >
87
+ <version >1.6</version >
88
+ <executions >
89
+ <execution >
90
+ <id >sign-artifacts</id >
91
+ <phase >verify</phase >
92
+ <goals >
93
+ <goal >sign</goal >
94
+ </goals >
95
+ </execution >
96
+ </executions >
97
+ </plugin >
72
98
<plugin >
73
99
<groupId >org.apache.maven.plugins</groupId >
74
100
<artifactId >maven-site-plugin</artifactId >
75
101
<version >3.8.2</version >
76
102
</plugin >
77
103
<plugin >
104
+ <groupId >org.apache.maven.plugins</groupId >
78
105
<artifactId >maven-release-plugin</artifactId >
79
106
<version >2.5.3</version >
80
107
<configuration >
108
+ <autoVersionSubmodules >true</autoVersionSubmodules >
109
+ <useReleaseProfile >false</useReleaseProfile >
81
110
<releaseProfiles >release</releaseProfiles >
111
+ <goals >deploy</goals >
82
112
</configuration >
83
113
</plugin >
84
114
<plugin >
You can’t perform that action at this time.
0 commit comments