Skip to content
Snippets Groups Projects
Commit 1f82a846 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed generated page concernining Apache license in generated site.

parent b5cc90bd
No related branches found
No related tags found
No related merge requests found
Pipeline #1792 passed
......@@ -128,7 +128,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
......@@ -317,6 +317,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${rugged.maven-project-info-reports-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment