Commit bbe886d 1 parent 8ca1394 commit bbe886d Copy full SHA for bbe886d
File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 89
89
<project .build.outputEncoding>UTF-8</project .build.outputEncoding>
90
90
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
91
91
<sonatypeOssDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl >
92
+ <git .provider>git</git .provider>
92
93
</properties >
93
94
94
95
<build >
149
150
<configuration >
150
151
<mavenExecutorId >forked-path</mavenExecutorId >
151
152
<useReleaseProfile >false</useReleaseProfile >
152
- <arguments >-Pcloudbees -oss-release</arguments >
153
+ <arguments >-P+cloudbees -oss-release ${arguments} </arguments >
153
154
<providerImplementations >
154
- <git >jgit </git >
155
+ <git >${git.provider} </git >
155
156
</providerImplementations >
156
157
</configuration >
157
158
<dependencies >
160
161
<artifactId >maven-scm-provider-jgit</artifactId >
161
162
<version >1.9</version >
162
163
</dependency >
163
- </dependencies >
164
+ <dependency >
165
+ <groupId >org.apache.maven.scm</groupId >
166
+ <artifactId >maven-scm-provider-gitexe</artifactId >
167
+ <version >1.9</version >
168
+ </dependency >
169
+ </dependencies >
164
170
</plugin >
165
171
<plugin >
166
172
<artifactId >maven-scm-plugin</artifactId >
167
173
<version >1.9</version >
168
174
<configuration >
169
175
<providerImplementations >
170
- <git >jgit </git >
176
+ <git >${git.provider} </git >
171
177
</providerImplementations >
172
178
</configuration >
173
179
<dependencies >
176
182
<artifactId >maven-scm-provider-jgit</artifactId >
177
183
<version >1.9</version >
178
184
</dependency >
185
+ <dependency >
186
+ <groupId >org.apache.maven.scm</groupId >
187
+ <artifactId >maven-scm-provider-gitexe</artifactId >
188
+ <version >1.9</version >
189
+ </dependency >
179
190
</dependencies >
180
191
</plugin >
181
192
<plugin >
You can’t perform that action at this time.
0 commit comments