mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
Adds site deploying information to pom.xml
This commit is contained in:
45
pom.xml
45
pom.xml
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<name>HttpChannel</name>
|
<name>HttpChannel</name>
|
||||||
<description>Library capable of downloading and uploading files from free servers using channels.</description>
|
<description>Library capable of downloading and uploading files from free servers using channels.</description>
|
||||||
<url>http://httpchannel.rogiel.com/</url>
|
<url>http://httpchannel.github.com/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
<version>3.0</version>
|
<version>3.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipDeploy>true</skipDeploy>
|
<skipDeploy>true</skipDeploy> <!-- site is deployed with github plugin -->
|
||||||
<outputEncoding>UTF-8</outputEncoding>
|
<outputEncoding>UTF-8</outputEncoding>
|
||||||
<reportPlugins>
|
<reportPlugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -167,22 +167,23 @@
|
|||||||
</reportPlugins>
|
</reportPlugins>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin> -->
|
<plugin>
|
||||||
<!-- <groupId>com.github.github</groupId> -->
|
<groupId>com.github.github</groupId>
|
||||||
<!-- <artifactId>site-maven-plugin</artifactId> -->
|
<artifactId>site-maven-plugin</artifactId>
|
||||||
<!-- <version>0.4</version> -->
|
<version>0.4</version>
|
||||||
<!-- <configuration> -->
|
<configuration>
|
||||||
|
<repositoryOwner>seedbox</repositoryOwner>
|
||||||
<!-- </configuration> -->
|
<repositoryOwner>httpchannel.github.com</repositoryOwner>
|
||||||
<!-- <executions> -->
|
</configuration>
|
||||||
<!-- <execution> -->
|
<executions>
|
||||||
<!-- <phase>site-deploy</phase> -->
|
<execution>
|
||||||
<!-- <goals> -->
|
<phase>site-deploy</phase>
|
||||||
<!-- <goal>site</goal> -->
|
<goals>
|
||||||
<!-- </goals> -->
|
<goal>site</goal>
|
||||||
<!-- </execution> -->
|
</goals>
|
||||||
<!-- </executions> -->
|
</execution>
|
||||||
<!-- </plugin> -->
|
</executions>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.github</groupId>
|
<groupId>com.github.github</groupId>
|
||||||
<artifactId>downloads-maven-plugin</artifactId>
|
<artifactId>downloads-maven-plugin</artifactId>
|
||||||
@@ -200,6 +201,14 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>2.2.2</version>
|
||||||
|
<configuration>
|
||||||
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user