docs: update website

This commit is contained in:
Damien Arrachequesne
2020-12-15 00:26:37 +01:00
parent 49068d3cc5
commit a857b9baa4
6 changed files with 222 additions and 15 deletions

17
pom.xml
View File

@@ -219,20 +219,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>