diff doc/pom.xml @ 1644:42a0af95a73c

first round of updates to maven-generated site to move to github.
author Robert Casties <r0bcas7@gmail.com>
date Tue, 22 Aug 2017 20:29:21 +0200
parents 8dff61ffdbc3
children 22dd14eccdc0
line wrap: on
line diff
--- a/doc/pom.xml	Thu Aug 17 16:06:00 2017 -0400
+++ b/doc/pom.xml	Tue Aug 22 20:29:21 2017 +0200
@@ -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>