File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 5555 <maven .shade.plugin.version>3.6.0</maven .shade.plugin.version>
5656 <maven .source.plugin.version>3.3.1</maven .source.plugin.version>
5757 <maven .surefire.plugin.version>2.22.2</maven .surefire.plugin.version>
58+ <maven .central.publishing.plugin>0.7.0</maven .central.publishing.plugin>
5859
5960 <!-- Dependencies: Test -->
6061 <hamcrest .version>1.3</hamcrest .version>
499500 <plugin >
500501 <groupId >org.sonatype.central</groupId >
501502 <artifactId >central-publishing-maven-plugin</artifactId >
502- <version >0.7.0 </version >
503+ <version >${maven.central.publishing.plugin} </version >
503504 <extensions >true</extensions >
504505 <configuration >
505506 <publishingServerId >sonatype-central</publishingServerId >
566567 <configuration >
567568 <outputFormat >all</outputFormat >
568569 <outputName >${project.artifactId} -${project.version} -cyclonedx</outputName >
570+ <skipNotDeployed >false</skipNotDeployed >
569571 </configuration >
570572 </plugin >
571573 </plugins >
Original file line number Diff line number Diff line change 2323 <description >Bill of Materials (BOM) for XMLUnit</description >
2424 <url >https://www.xmlunit.org/</url >
2525
26+ <properties >
27+ <maven .gpg.plugin.version>3.2.7</maven .gpg.plugin.version>
28+ <maven .central.publishing.plugin>0.7.0</maven .central.publishing.plugin>
29+ </properties >
30+
2631 <inceptionYear >2001</inceptionYear >
2732
2833 <licenses >
116121 <plugin >
117122 <groupId >org.sonatype.central</groupId >
118123 <artifactId >central-publishing-maven-plugin</artifactId >
119- <version >0.7.0 </version >
124+ <version >${maven.central.publishing.plugin} </version >
120125 <extensions >true</extensions >
121126 <configuration >
122127 <publishingServerId >sonatype-central</publishingServerId >
123128 </configuration >
124129 </plugin >
130+ <plugin >
131+ <groupId >org.apache.maven.plugins</groupId >
132+ <artifactId >maven-gpg-plugin</artifactId >
133+ <version >${maven.gpg.plugin.version} </version >
134+ <executions >
135+ <execution >
136+ <id >sign-artifacts</id >
137+ <phase >verify</phase >
138+ <goals >
139+ <goal >sign</goal >
140+ </goals >
141+ </execution >
142+ </executions >
143+ </plugin >
125144 </plugins >
126145 </build >
127146 </profile >
You can’t perform that action at this time.
0 commit comments