diff doc/pom.xml @ 1660:75a74f7045b4

Merge branch 'master' into release-2.5 Conflicts: common/src/main/java/digilib/conf/DigilibConfiguration.java
author Robert Casties <r0bcas7@gmail.com>
date Tue, 21 Nov 2017 15:18:31 +0100
parents 392a149ed4d6 22dd14eccdc0
children cf9dcddf4ec6
line wrap: on
line diff
--- a/doc/pom.xml	Mon Jun 12 16:08:27 2017 +0200
+++ b/doc/pom.xml	Tue Nov 21 15:18:31 2017 +0100
@@ -9,7 +9,7 @@
   <packaging>pom</packaging>
   <name>digilib-doc</name>
   <description>The Digital Image Library - documentation</description>
-  <url>http://digilib.sourceforge.net</url>
+  <url>https://github.com/robcast/digilib</url>
   <build>
     <plugins>
       <plugin>
@@ -24,6 +24,25 @@
           </dependency>
         </dependencies>
       </plugin>
+    <plugin>
+      <groupId>com.github.github</groupId>
+      <artifactId>site-maven-plugin</artifactId>
+      <version>0.12</version>
+      <configuration>
+        <repositoryName>digilib</repositoryName>
+        <repositoryOwner>robcast</repositoryOwner>
+        <server>github</server>
+        <message>Creating site for ${project.version}</message>
+      </configuration>
+      <executions>
+        <execution>
+          <goals>
+            <goal>site</goal>
+          </goals>
+          <phase>site</phase>
+        </execution>
+      </executions>
+    </plugin>    
     </plugins>
   </build>
   <reporting>