diff --git a/httpchannel-captcha/pom.xml b/httpchannel-captcha/pom.xml
index 73532cd..6cde1f4 100644
--- a/httpchannel-captcha/pom.xml
+++ b/httpchannel-captcha/pom.xml
@@ -23,18 +23,4 @@
1.0.1-SNAPSHOT
-
-
-
-
-
- com.github.github
- site-maven-plugin
-
- /${project.parent.artifactId}/${project.artifactId}
-
-
-
-
-
\ No newline at end of file
diff --git a/httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedService.java b/httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedService.java
similarity index 96%
rename from httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedService.java
rename to httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedService.java
index 96390ee..21cb9be 100644
--- a/httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedService.java
+++ b/httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedService.java
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.httpchannel.service.fourshared;
+package com.rogiel.httpchannel.service.fourshared;
import java.io.IOException;
import java.util.concurrent.ExecutionException;
diff --git a/httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java b/httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java
similarity index 94%
rename from httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java
rename to httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java
index 9b8c87a..737ede6 100644
--- a/httpchannel-service/httpchannel-service-4shared/src/main/java/org/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java
+++ b/httpchannel-service/httpchannel-service-4shared/src/main/java/com/rogiel/httpchannel/service/fourshared/FourSharedUploaderConfiguration.java
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* 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.Uploader.DescriptionableUploaderConfiguration;
diff --git a/httpchannel-service/httpchannel-service-4shared/src/main/resources/META-INF/services/com.rogiel.httpchannel.service.Service b/httpchannel-service/httpchannel-service-4shared/src/main/resources/META-INF/services/com.rogiel.httpchannel.service.Service
index 5ba0742..5d429fa 100644
--- a/httpchannel-service/httpchannel-service-4shared/src/main/resources/META-INF/services/com.rogiel.httpchannel.service.Service
+++ b/httpchannel-service/httpchannel-service-4shared/src/main/resources/META-INF/services/com.rogiel.httpchannel.service.Service
@@ -1 +1 @@
-org.httpchannel.service.fourshared.FourSharedService
\ No newline at end of file
+com.rogiel.httpchannel.service.fourshared.FourSharedService
\ No newline at end of file
diff --git a/httpchannel-service/httpchannel-service-4shared/src/test/java/org/httpchannel/service/fourshared/FourSharedServiceTest.java b/httpchannel-service/httpchannel-service-4shared/src/test/java/com/rogiel/httpchannel/service/fourshared/FourSharedServiceTest.java
similarity index 87%
rename from httpchannel-service/httpchannel-service-4shared/src/test/java/org/httpchannel/service/fourshared/FourSharedServiceTest.java
rename to httpchannel-service/httpchannel-service-4shared/src/test/java/com/rogiel/httpchannel/service/fourshared/FourSharedServiceTest.java
index d6182de..e9df33d 100644
--- a/httpchannel-service/httpchannel-service-4shared/src/test/java/org/httpchannel/service/fourshared/FourSharedServiceTest.java
+++ b/httpchannel-service/httpchannel-service-4shared/src/test/java/com/rogiel/httpchannel/service/fourshared/FourSharedServiceTest.java
@@ -1,7 +1,7 @@
/**
*
*/
-package org.httpchannel.service.fourshared;
+package com.rogiel.httpchannel.service.fourshared;
import java.io.IOException;
import java.net.URI;
@@ -15,6 +15,7 @@ import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
+import com.rogiel.httpchannel.service.fourshared.FourSharedService;
import com.rogiel.httpchannel.service.helper.AuthenticationServices;
import com.rogiel.httpchannel.util.ChannelUtils;
diff --git a/httpchannel-service/pom.xml b/httpchannel-service/pom.xml
index 64f6728..2efec5f 100644
--- a/httpchannel-service/pom.xml
+++ b/httpchannel-service/pom.xml
@@ -40,18 +40,4 @@
1.0.1-SNAPSHOT
-
-
-
-
-
- com.github.github
- site-maven-plugin
-
- /${project.parent.artifactId}/${project.artifactId}
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b8197d0..cf6db07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,11 @@
http://github.com/seedbox/httpchannel/downloads
+
+ httpchannel-site
+ HttpChannel site
+ gitsite:git@github.com/seedbox/httpchannel.github.com.git
+
sonatype-nexus-staging
https://oss.sonatype.org/service/local/staging/deploy/maven2/
@@ -76,6 +81,25 @@
package
+
+
+
+ org.apache.maven.scm
+ maven-scm-provider-gitexe
+ 1.6
+
+
+ org.apache.maven.scm
+ maven-scm-manager-plexus
+ 1.6
+
+
+ org.kathrynhuxtable.maven.wagon
+ wagon-gitsite
+ 0.3.1
+
+
+
org.apache.maven.plugins
@@ -128,7 +152,6 @@
maven-site-plugin
3.0
- true
UTF-8
@@ -167,26 +190,6 @@
-
- com.github.github
- site-maven-plugin
- 0.4
-
- Creating ${project.artifactId} site for ${project.version}
- seedbox
- httpchannel.github.com
- true
- /
-
-
-
- site-deploy
-
- site
-
-
-
-
com.github.github
downloads-maven-plugin
@@ -228,17 +231,6 @@
-
-
-
- com.github.github
- site-maven-plugin
-
- /${project.artifactId}
-
-
-
-