diff --git a/pom.xml b/pom.xml index 3fdf646a9145a550087a3ea6a2d874b0981426fe..212b411cbaadcdac52c66c2dfc2d4958f9d6210b 100644 --- a/pom.xml +++ b/pom.xml @@ -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>