1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

Fixes site deployment

This commit is contained in:
2012-01-23 02:25:31 -02:00
parent d2a0e4baa4
commit 4c2a7a5810
7 changed files with 29 additions and 64 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -1 +1 @@
org.httpchannel.service.fourshared.FourSharedService
com.rogiel.httpchannel.service.fourshared.FourSharedService

View File

@@ -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;

View File

@@ -40,18 +40,4 @@
<version>1.0.1-SNAPSHOT</version>
</dependency>
</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>