comparison 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
comparison
equal deleted inserted replaced
1643:31e259b64e26 1644:42a0af95a73c
22 <artifactId>doxia-module-markdown</artifactId> 22 <artifactId>doxia-module-markdown</artifactId>
23 <version>1.6</version> 23 <version>1.6</version>
24 </dependency> 24 </dependency>
25 </dependencies> 25 </dependencies>
26 </plugin> 26 </plugin>
27 <plugin>
28 <groupId>com.github.github</groupId>
29 <artifactId>site-maven-plugin</artifactId>
30 <version>0.12</version>
31 <configuration>
32 <repositoryName>digilib</repositoryName>
33 <repositoryOwner>robcast</repositoryOwner>
34 <server>github</server>
35 <message>Creating site for ${project.version}</message>
36 </configuration>
37 <executions>
38 <execution>
39 <goals>
40 <goal>site</goal>
41 </goals>
42 <phase>site</phase>
43 </execution>
44 </executions>
45 </plugin>
27 </plugins> 46 </plugins>
28 </build> 47 </build>
29 <reporting> 48 <reporting>
30 <plugins> 49 <plugins>
31 <plugin> 50 <plugin>