diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-02-01 21:10:19 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-02-01 21:10:19 +0200 |
commit | 36f77cc63d99ee041aeaac280e74e8900abb3367 (patch) | |
tree | eb0f2bae6dde5a91261fbf12fdff8a6bd8083faf /pom.xml | |
parent | dd42fafa1c6b3d3873dfc54dadcab1b3d6babd06 (diff) | |
download | pf4j-36f77cc63d99ee041aeaac280e74e8900abb3367.tar.gz pf4j-36f77cc63d99ee041aeaac280e74e8900abb3367.zip |
Fix some warnings (javadoc, pom, sonar)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,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> <distribution>repo</distribution> </license> </licenses> @@ -66,6 +66,7 @@ <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> @@ -74,11 +75,13 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.1</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> </plugin> @@ -149,6 +152,7 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> |