Skip to content

Commit 53de63d

Browse files
committed
added site related tools
1 parent bd26601 commit 53de63d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,21 @@
198198
<artifactId>wagon-ssh-external</artifactId>
199199
<version>1.0-beta-6</version>
200200
</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>
201216
</extensions>
202217
<defaultGoal>install</defaultGoal>
203218
<plugins>
@@ -340,10 +355,15 @@
340355
</execution>
341356
</executions>
342357
</plugin>
358+
<plugin>
359+
<groupId>org.apache.maven.plugins</groupId>
360+
<artifactId>maven-site-plugin</artifactId>
361+
<version>3.0</version>
362+
</plugin>
343363
<plugin>
344364
<groupId>org.apache.maven.plugins</groupId>
345365
<artifactId>maven-javadoc-plugin</artifactId>
346-
<version>2.</version>
366+
<version>2.8.1</version>
347367
<configuration>
348368
<aggregate>true</aggregate>
349369
<source>1.6</source>
@@ -526,6 +546,10 @@
526546
<name>sonatype-nexus-snapshots</name>
527547
<url>${distMgmtSnapshotsUrl}</url>
528548
</snapshotRepository>
549+
<site>
550+
<id>github</id>
551+
<url>gitsite:[email protected]/sonatype/async-http-client.git</url>
552+
</site>
529553
</distributionManagement>
530554
<properties>
531555
<distMgmtSnapshotsUrl>http://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl>

0 commit comments

Comments
 (0)