Skip to content

Commit f054e51

Browse files
committed
Update pom.
1 parent 3f8eb8e commit f054e51

1 file changed

Lines changed: 29 additions & 25 deletions

File tree

pom.xml

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,23 @@ under the License.
107107
<!-- Covered by Apache Parent POM -->
108108
<!-- org.apache.maven plugins -->
109109
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version> <!-- parent 37: 3.14.1 -->
110-
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
111-
<!-- org.apache.creadur plugins -->
110+
111+
<!-- org.apache.rat plugins -->
112112
<apache-rat-plugin.version>0.17</apache-rat-plugin.version> <!-- parent 37: 0.16.1 -->
113113

114114
<!-- Not covered by Apache Parent POM-->
115115
<maven-toolchains-plugin.version>3.2.0</maven-toolchains-plugin.version>
116-
<!-- io.github plugins -->
117-
<git-commit-id-maven-plugin.version>9.0.2</git-commit-id-maven-plugin.version>
118116

119-
<!-- org.eluder maven plugins -->
117+
<!-- com.github maven plugins -->
120118
<coveralls-repo-token></coveralls-repo-token>
121119
<coveralls-maven-plugin.version>5.0.0</coveralls-maven-plugin.version>
120+
121+
<!-- io.github plugins -->
122+
<git-commit-id-maven-plugin.version>9.0.2</git-commit-id-maven-plugin.version>
123+
122124
<!-- org.jacoco.maven plugins -->
123125
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
126+
124127
<!-- other -->
125128
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
126129
</properties>
@@ -358,7 +361,13 @@ under the License.
358361
</configuration>
359362
</plugin>
360363

361-
<plugin>
364+
<plugin>
365+
<groupId>io.github.git-commit-id</groupId>
366+
<artifactId>git-commit-id-maven-plugin</artifactId>
367+
<version>${git-commit-id-maven-plugin.version}</version>
368+
</plugin>
369+
370+
<plugin>
362371
<!-- Generates code coverage report banner for website. -->
363372
<groupId>org.jacoco</groupId>
364373
<artifactId>jacoco-maven-plugin</artifactId>
@@ -380,12 +389,6 @@ under the License.
380389
</executions>
381390
</plugin>
382391

383-
<plugin>
384-
<groupId>io.github.git-commit-id</groupId>
385-
<artifactId>git-commit-id-maven-plugin</artifactId>
386-
<version>${git-commit-id-maven-plugin.version}</version>
387-
</plugin>
388-
389392
</plugins>
390393
</pluginManagement>
391394

@@ -447,18 +450,18 @@ under the License.
447450
</plugin>
448451

449452
<plugin>
450-
<groupId>com.github.hazendaz.maven</groupId>
451-
<artifactId>coveralls-maven-plugin</artifactId>
453+
<groupId>com.github.hazendaz.maven</groupId>
454+
<artifactId>coveralls-maven-plugin</artifactId>
452455
</plugin>
453456

454457
<plugin>
455-
<groupId>org.jacoco</groupId>
456-
<artifactId>jacoco-maven-plugin</artifactId>
458+
<groupId>io.github.git-commit-id</groupId>
459+
<artifactId>git-commit-id-maven-plugin</artifactId>
457460
</plugin>
458461

459462
<plugin>
460-
<groupId>io.github.git-commit-id</groupId>
461-
<artifactId>git-commit-id-maven-plugin</artifactId>
463+
<groupId>org.jacoco</groupId>
464+
<artifactId>jacoco-maven-plugin</artifactId>
462465
</plugin>
463466

464467
</plugins>
@@ -481,11 +484,12 @@ under the License.
481484
<pluginManagement>
482485
<plugins>
483486
<plugin>
484-
<groupId>pl.project13.maven</groupId>
487+
<groupId>io.github.git-commit-id</groupId>
485488
<artifactId>git-commit-id-maven-plugin</artifactId>
486489
<version>${git-commit-id-maven-plugin.version}</version>
487490
<executions>
488491
<execution>
492+
<id>get-the-git-infos</id>
489493
<goals>
490494
<goal>revision</goal>
491495
</goals>
@@ -546,14 +550,13 @@ under the License.
546550
<manifest>
547551
<addDefaultEntries>false</addDefaultEntries>
548552
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
549-
<addDefaultImplementationEntries>false</addDefaultImplementationEntries>
553+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
554+
<addBuildEnvironmentEntries>true</addBuildEnvironmentEntries>
550555
</manifest>
551556
<manifestEntries>
552-
<Build-Jdk>${java.version} (${java.vendor} ${java.vm.version})</Build-Jdk>
553-
<Build-OS>${os.name} ${os.arch} ${os.version}</Build-OS>
554557
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
555558
<GroupId-ArtifactId>${project.groupId}:${project.artifactId}</GroupId-ArtifactId>
556-
<!-- these properties are generated by the git-commit-id-plugin during initialize -->
559+
<!-- these properties are generated by the git-commit-id-maven-plugin during initialize -->
557560
<!--suppress UnresolvedMavenProperty -->
558561
<git-branch>${git.branch}</git-branch>
559562
<!--suppress UnresolvedMavenProperty -->
@@ -573,6 +576,7 @@ under the License.
573576
<plugin>
574577
<groupId>org.apache.maven.plugins</groupId>
575578
<artifactId>maven-gpg-plugin</artifactId>
579+
<!-- version from Parent -->
576580
<executions>
577581
<execution>
578582
<id>sign-artifacts</id>
@@ -595,8 +599,8 @@ under the License.
595599

596600
<plugins>
597601
<plugin>
598-
<groupId>pl.project13.maven</groupId>
599-
<artifactId>git-commit-id-plugin</artifactId>
602+
<groupId>io.github.git-commit-id</groupId>
603+
<artifactId>git-commit-id-maven-plugin</artifactId>
600604
</plugin>
601605
<plugin>
602606
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)