mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +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>
|
||||
<version>2.18.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.github</groupId>
|
||||
<artifactId>site-maven-plugin</artifactId>
|
||||
<version>0.10</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
@@ -311,7 +316,6 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<plugin>
|
||||
<groupId>com.github.github</groupId>
|
||||
<artifactId>site-maven-plugin</artifactId>
|
||||
<version>0.9</version>
|
||||
<configuration>
|
||||
<message>Creating site for ${project.artifactId}, ${project.version}</message>
|
||||
<!-- this does the trick to place every module in the correct subfolder -->
|
||||
|
||||
Reference in New Issue
Block a user