Skip to content

Commit 4356375

Browse files
committed
[master] Moved maven-gpg-plugin configuration
1 parent 5da7cb8 commit 4356375

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
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>
@@ -201,14 +209,6 @@
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>

0 commit comments

Comments
 (0)