File tree Expand file tree Collapse file tree 1 file changed +9
-29
lines changed
Expand file tree Collapse file tree 1 file changed +9
-29
lines changed Original file line number Diff line number Diff line change 145145 </excludes >
146146 </configuration >
147147 </plugin >
148- <plugin >
149- <groupId >org.apache.maven.plugins</groupId >
150- <artifactId >maven-dependency-plugin</artifactId >
151- <version >3.0.2</version >
152- <executions >
153- <execution >
154- <id >analyze</id >
155- <goals >
156- <goal >analyze-only</goal >
157- </goals >
158- <configuration >
159- <failOnWarning >true</failOnWarning >
160- </configuration >
161- </execution >
162- </executions >
163- </plugin >
164148 <plugin >
165149 <groupId >com.code54.mojo</groupId >
166150 <artifactId >buildversion-plugin</artifactId >
267251 <groupId >org.apache.maven.plugins</groupId >
268252 <artifactId >maven-gpg-plugin</artifactId >
269253 <version >1.6</version >
270- <configuration >
271- <useAgent >true</useAgent >
272- </configuration >
273- </plugin >
274- <plugin >
275- <groupId >org.apache.maven.plugins</groupId >
276- <artifactId >maven-release-plugin</artifactId >
277- <version >2.5.3</version >
278- <configuration >
279- <mavenExecutorId >forked-path</mavenExecutorId > <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 -->
280- <autoVersionSubmodules >true</autoVersionSubmodules >
281- <tagNameFormat >@{project.version}</tagNameFormat >
282- </configuration >
254+ <executions >
255+ <execution >
256+ <id >sign-artifacts</id >
257+ <phase >verify</phase >
258+ <goals >
259+ <goal >sign</goal >
260+ </goals >
261+ </execution >
262+ </executions >
283263 </plugin >
284264 </plugins >
285265 </build >
You can’t perform that action at this time.
0 commit comments