aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2023-02-01 21:10:19 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2023-02-01 21:10:19 +0200
commit36f77cc63d99ee041aeaac280e74e8900abb3367 (patch)
treeeb0f2bae6dde5a91261fbf12fdff8a6bd8083faf /pom.xml
parentdd42fafa1c6b3d3873dfc54dadcab1b3d6babd06 (diff)
downloadpf4j-36f77cc63d99ee041aeaac280e74e8900abb3367.tar.gz
pf4j-36f77cc63d99ee041aeaac280e74e8900abb3367.zip
Fix some warnings (javadoc, pom, sonar)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f19d170..97e2c30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>