1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Adds SeekableDownloadChannel documentation page

This commit is contained in:
2012-01-18 20:39:40 -02:00
parent 179570680d
commit cd2b479b5b
4 changed files with 76 additions and 1 deletions

View File

@@ -172,6 +172,7 @@
<artifactId>site-maven-plugin</artifactId>
<version>0.4</version>
<configuration>
<message>Creating ${project.artifactId} site for ${project.version}</message>
<repositoryOwner>seedbox</repositoryOwner>
<repositoryOwner>httpchannel.github.com</repositoryOwner>
</configuration>
@@ -207,7 +208,7 @@
<version>2.2.2</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy site-deploy</goals><!-- we have to force site-deploy -->
<goals>deploy</goals><!-- we have to force site-deploy -->
</configuration>
</plugin>
<plugin>