docs: update website

This commit is contained in:
Damien Arrachequesne
2020-12-11 15:16:25 +01:00
parent 2b5dfb99f8
commit cbd341c2c9
6 changed files with 156 additions and 52 deletions

17
pom.xml
View File

@@ -200,20 +200,9 @@
<version>2.3</version>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<configuration>
<message>Creating site for ${project.version}</message>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
</plugins>
</build>