mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
Merge branch 'site' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-site
Former-commit-id: 43d9f4c5b73321bb945e1e57610f221d8fa2d4d7
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.3</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
|
||||
16
pom.xml
16
pom.xml
@@ -206,11 +206,25 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<!-- Before upgrading this to a newer version, verify the pages produced by `mvn site` still works.
|
||||
In particular, pay attention to all pages under "File type analyzers" as well as those under "General".
|
||||
Previously when testing with maven-site-plugin 3.4, these links have stopped working for some reason.
|
||||
-->
|
||||
<version>3.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<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>
|
||||
@@ -292,7 +306,6 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.3</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
@@ -307,7 +320,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