We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c52d711 + 342c0b2 commit 04d1b3eCopy full SHA for 04d1b3e
pom.xml
@@ -14,7 +14,7 @@
14
<packaging>maven-plugin</packaging>
15
<name>Taglist Maven Plugin</name>
16
<description>Produce a tag list report.</description>
17
- <url>http://www.mojohaus.org/taglist-maven-plugin/</url>
+ <url>https://www.mojohaus.org/taglist-maven-plugin/</url>
18
19
<properties>
20
<mavenVersion>3.0</mavenVersion>
@@ -25,6 +25,9 @@
25
26
<!-- test dependencies -->
27
<dependency.junit.version>5.8.2</dependency.junit.version>
28
+
29
+ <!-- override plugins -->
30
+ <taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version>
31
</properties>
32
33
<prerequisites>
0 commit comments