Move out github plugin for maven-site and upgraded to 0.10

Former-commit-id: 45dad89f070e56febe09a3ccac2377db57bb3540
This commit is contained in:
Hans Joachim Desserud
2015-01-17 16:01:13 +01:00
parent dfed5067f3
commit 8c4df134e4

View File

@@ -216,6 +216,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version> <version>2.18.1</version>
</plugin> </plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.10</version>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
@@ -311,7 +316,6 @@ Copyright (c) 2012 - Jeremy Long
<plugin> <plugin>
<groupId>com.github.github</groupId> <groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId> <artifactId>site-maven-plugin</artifactId>
<version>0.9</version>
<configuration> <configuration>
<message>Creating site for ${project.artifactId}, ${project.version}</message> <message>Creating site for ${project.artifactId}, ${project.version}</message>
<!-- this does the trick to place every module in the correct subfolder --> <!-- this does the trick to place every module in the correct subfolder -->