File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 9494 <version >3.2.0</version >
9595 <inherited >true</inherited >
9696 <configuration >
97- <preparationGoals >clean install</ preparationGoals >
97+ <autoVersionSubmodules >true</ autoVersionSubmodules >
9898 <releaseProfiles >release</releaseProfiles >
99+ <signTag >true</signTag >
99100 <tagNameFormat >@{project.version}</tagNameFormat >
100101 </configuration >
101102 </plugin >
184185 </archive >
185186 </configuration >
186187 </plugin >
187-
188- <!-- This will sign the artifact, the POM, and all attached artifacts -->
189188 <plugin >
190189 <groupId >org.apache.maven.plugins</groupId >
191- <artifactId >maven-gpg -plugin</artifactId >
192- <version >3.2.8 </version >
190+ <artifactId >maven-javadoc -plugin</artifactId >
191+ <version >3.12.0 </version >
193192 <inherited >true</inherited >
194193 <executions >
195194 <execution >
196- <id >gpg-sign </id >
195+ <id >attach-javadocs </id >
197196 <goals >
198- <goal >sign </goal >
197+ <goal >jar </goal >
199198 </goals >
199+ <configuration >
200+ <failOnError >false</failOnError >
201+ </configuration >
200202 </execution >
201203 </executions >
202204 </plugin >
205+ <!-- This will sign the artifact, the POM, and all attached artifacts -->
203206 <plugin >
204207 <groupId >org.apache.maven.plugins</groupId >
205- <artifactId >maven-javadoc -plugin</artifactId >
206- <version >3.12.0 </version >
208+ <artifactId >maven-gpg -plugin</artifactId >
209+ <version >3.2.8 </version >
207210 <inherited >true</inherited >
208211 <executions >
209212 <execution >
210- <id >attach-javadocs </id >
213+ <id >gpg-sign </id >
211214 <goals >
212- <goal >jar </goal >
215+ <goal >sign </goal >
213216 </goals >
214- <configuration >
215- <failOnError >false</failOnError >
216- </configuration >
217217 </execution >
218218 </executions >
219219 </plugin >
220+
220221 </plugins >
221222 </build >
222223 </profile >
You can’t perform that action at this time.
0 commit comments