mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
Fixes site deployment
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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.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;
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user