Skip to content

Commit 566bbc1

Browse files
committed
Manage maven-project-info-reports-plugin version
This avoids the following build warning when running "mvn site": [WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version. [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
1 parent ddd11b5 commit 566bbc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
245245
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
246246
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
247+
<maven-project-info-reports-plugin.version>3.1.0</maven-project-info-reports-plugin.version>
247248
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
248249
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
249250
<maven-shade-plugin.version>3.2.2</maven-shade-plugin.version>
@@ -459,7 +460,10 @@
459460
<artifactId>maven-plugin-plugin</artifactId>
460461
<version>${maven-plugin-plugin.version}</version>
461462
</plugin>
462-
463+
<plugin>
464+
<artifactId>maven-project-info-reports-plugin</artifactId>
465+
<version>${maven-project-info-reports-plugin.version}</version>
466+
</plugin>
463467
<plugin>
464468
<artifactId>maven-release-plugin</artifactId>
465469
<version>${maven-release-plugin.version}</version>

0 commit comments

Comments
 (0)