File tree 1 file changed +25
-1
lines changed 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 198
198
<artifactId >wagon-ssh-external</artifactId >
199
199
<version >1.0-beta-6</version >
200
200
</extension >
201
+ <extension >
202
+ <groupId >org.apache.maven.scm</groupId >
203
+ <artifactId >maven-scm-provider-gitexe</artifactId >
204
+ <version >1.6</version >
205
+ </extension >
206
+ <extension >
207
+ <groupId >org.apache.maven.scm</groupId >
208
+ <artifactId >maven-scm-manager-plexus</artifactId >
209
+ <version >1.6</version >
210
+ </extension >
211
+ <extension >
212
+ <groupId >org.kathrynhuxtable.maven.wagon</groupId >
213
+ <artifactId >wagon-gitsite</artifactId >
214
+ <version >0.3.1</version >
215
+ </extension >
201
216
</extensions >
202
217
<defaultGoal >install</defaultGoal >
203
218
<plugins >
340
355
</execution >
341
356
</executions >
342
357
</plugin >
358
+ <plugin >
359
+ <groupId >org.apache.maven.plugins</groupId >
360
+ <artifactId >maven-site-plugin</artifactId >
361
+ <version >3.0</version >
362
+ </plugin >
343
363
<plugin >
344
364
<groupId >org.apache.maven.plugins</groupId >
345
365
<artifactId >maven-javadoc-plugin</artifactId >
346
- <version >2.</version >
366
+ <version >2.8.1 </version >
347
367
<configuration >
348
368
<aggregate >true</aggregate >
349
369
<source >1.6</source >
526
546
<name >sonatype-nexus-snapshots</name >
527
547
<url >${distMgmtSnapshotsUrl} </url >
528
548
</snapshotRepository >
549
+ <site >
550
+ <id >github</id >
551
+ <
url >gitsite:
[email protected] /sonatype/async-http-client.git</
url >
552
+ </site >
529
553
</distributionManagement >
530
554
<properties >
531
555
<distMgmtSnapshotsUrl >http://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl >
You can’t perform that action at this time.
0 commit comments