File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 165165 <artifactId >maven-source-plugin</artifactId >
166166 <version >3.2.1</version >
167167 </plugin >
168+ <plugin >
169+ <groupId >org.codehaus.mojo</groupId >
170+ <artifactId >maven-gpg-plugin</artifactId >
171+ <version >3.0.1</version >
172+ <configuration >
173+ <skip >true</skip >
174+ </configuration >
175+ </plugin >
168176 </plugins >
169177 </build >
170178 <profiles >
201209 </execution >
202210 </executions >
203211 </plugin >
204- <plugin >
205- <groupId >org.codehaus.mojo</groupId >
206- <artifactId >maven-gpg-plugin</artifactId >
207- <version >3.0.1</version >
208- <configuration >
209- <skip >true</skip >
210- </configuration >
211- </plugin >
212212 <plugin >
213213 <groupId >org.jreleaser</groupId >
214214 <artifactId >jreleaser-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments