mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
Fixes site deployment
This commit is contained in:
@@ -23,18 +23,4 @@
|
|||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>com.github.github</groupId>
|
|
||||||
<artifactId>site-maven-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<path>/${project.parent.artifactId}/${project.artifactId}</path>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</pluginManagement>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
package org.httpchannel.service.fourshared;
|
package com.rogiel.httpchannel.service.fourshared;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.concurrent.ExecutionException;
|
import java.util.concurrent.ExecutionException;
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
package org.httpchannel.service.fourshared;
|
package com.rogiel.httpchannel.service.fourshared;
|
||||||
|
|
||||||
import com.rogiel.httpchannel.service.AbstractUploaderConfiguration;
|
import com.rogiel.httpchannel.service.AbstractUploaderConfiguration;
|
||||||
import com.rogiel.httpchannel.service.Uploader.DescriptionableUploaderConfiguration;
|
import com.rogiel.httpchannel.service.Uploader.DescriptionableUploaderConfiguration;
|
||||||
@@ -1 +1 @@
|
|||||||
org.httpchannel.service.fourshared.FourSharedService
|
com.rogiel.httpchannel.service.fourshared.FourSharedService
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package org.httpchannel.service.fourshared;
|
package com.rogiel.httpchannel.service.fourshared;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
@@ -15,6 +15,7 @@ import junit.framework.Assert;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import com.rogiel.httpchannel.service.fourshared.FourSharedService;
|
||||||
import com.rogiel.httpchannel.service.helper.AuthenticationServices;
|
import com.rogiel.httpchannel.service.helper.AuthenticationServices;
|
||||||
import com.rogiel.httpchannel.util.ChannelUtils;
|
import com.rogiel.httpchannel.util.ChannelUtils;
|
||||||
|
|
||||||
@@ -40,18 +40,4 @@
|
|||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>com.github.github</groupId>
|
|
||||||
<artifactId>site-maven-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<path>/${project.parent.artifactId}/${project.artifactId}</path>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</pluginManagement>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
56
pom.xml
56
pom.xml
@@ -22,6 +22,11 @@
|
|||||||
</scm>
|
</scm>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<downloadUrl>http://github.com/seedbox/httpchannel/downloads</downloadUrl>
|
<downloadUrl>http://github.com/seedbox/httpchannel/downloads</downloadUrl>
|
||||||
|
<site>
|
||||||
|
<id>httpchannel-site</id>
|
||||||
|
<name>HttpChannel site</name>
|
||||||
|
<url>gitsite:git@github.com/seedbox/httpchannel.github.com.git</url>
|
||||||
|
</site>
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype-nexus-staging</id>
|
<id>sonatype-nexus-staging</id>
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
@@ -76,6 +81,25 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>package</defaultGoal>
|
<defaultGoal>package</defaultGoal>
|
||||||
|
|
||||||
|
<extensions>
|
||||||
|
<extension>
|
||||||
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
<artifactId>maven-scm-provider-gitexe</artifactId>
|
||||||
|
<version>1.6</version>
|
||||||
|
</extension>
|
||||||
|
<extension>
|
||||||
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
<artifactId>maven-scm-manager-plexus</artifactId>
|
||||||
|
<version>1.6</version>
|
||||||
|
</extension>
|
||||||
|
<extension>
|
||||||
|
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
|
||||||
|
<artifactId>wagon-gitsite</artifactId>
|
||||||
|
<version>0.3.1</version>
|
||||||
|
</extension>
|
||||||
|
</extensions>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@@ -128,7 +152,6 @@
|
|||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
<version>3.0</version>
|
<version>3.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipDeploy>true</skipDeploy> <!-- site is deployed with github plugin -->
|
|
||||||
<outputEncoding>UTF-8</outputEncoding>
|
<outputEncoding>UTF-8</outputEncoding>
|
||||||
<reportPlugins>
|
<reportPlugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -167,26 +190,6 @@
|
|||||||
</reportPlugins>
|
</reportPlugins>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>com.github.github</groupId>
|
|
||||||
<artifactId>site-maven-plugin</artifactId>
|
|
||||||
<version>0.4</version>
|
|
||||||
<configuration>
|
|
||||||
<message>Creating ${project.artifactId} site for ${project.version}</message>
|
|
||||||
<repositoryOwner>seedbox</repositoryOwner>
|
|
||||||
<repositoryName>httpchannel.github.com</repositoryName>
|
|
||||||
<merge>true</merge>
|
|
||||||
<path>/</path>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<phase>site-deploy</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>site</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.github</groupId>
|
<groupId>com.github.github</groupId>
|
||||||
<artifactId>downloads-maven-plugin</artifactId>
|
<artifactId>downloads-maven-plugin</artifactId>
|
||||||
@@ -228,17 +231,6 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>com.github.github</groupId>
|
|
||||||
<artifactId>site-maven-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<path>/${project.artifactId}</path>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</pluginManagement>
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
Reference in New Issue
Block a user