mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
Move out github plugin for maven-site and upgraded to 0.10
Former-commit-id: 45dad89f070e56febe09a3ccac2377db57bb3540
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user