Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 8c2772f

Browse files
committed
Configure site deployment
1 parent 9ffafaa commit 8c2772f

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

pom.xml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@
183183
</license>
184184
</licenses>
185185
<scm>
186-
<connection>scm:svn:http://svn.code.sf.net/p/jwebunit/code/trunk</connection>
187-
<developerConnection>scm:svn:https://svn.code.sf.net/p/jwebunit/code/trunk</developerConnection>
188-
<url>http://sourceforge.net/p/jwebunit/code/HEAD/tree/trunk</url>
186+
<connection>scm:git:https://github.com/JWebUnit/jwebunit.git</connection>
187+
<developerConnection>scm:git:https://github.com/JWebUnit/jwebunit.git</developerConnection>
188+
<url>https://github.com/JWebUnit/jwebunit.git</url>
189189
</scm>
190190
<organization>
191-
<name>SourceForge</name>
192-
<url>http://sourceforge.net</url>
191+
<name>JWebUnit</name>
192+
<url>https://github.com/JWebUnit</url>
193193
</organization>
194194
<build>
195195
<pluginManagement>
@@ -353,9 +353,26 @@
353353
</execution>
354354
</executions>
355355
</plugin>
356+
<plugin>
357+
<groupId>com.github.github</groupId>
358+
<artifactId>site-maven-plugin</artifactId>
359+
<version>0.12</version>
360+
<configuration>
361+
<message>Creating site for ${project.version}</message>
362+
</configuration>
363+
<executions>
364+
<execution>
365+
<goals>
366+
<goal>site</goal>
367+
</goals>
368+
<phase>site</phase>
369+
</execution>
370+
</executions>
371+
</plugin>
356372
</plugins>
357373
</build>
358374
<properties>
375+
<github.global.server>github</github.global.server>
359376
<topDirectoryLocation>.</topDirectoryLocation>
360377
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
361378
</properties>

0 commit comments

Comments
 (0)