Skip to content

Commit 45e0a4b

Browse files
committed
(fix) pom
1 parent 962520d commit 45e0a4b

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

pom.xml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,6 @@
144144
</compilerArgs>
145145
</configuration>
146146
</plugin>
147-
<plugin>
148-
<groupId>org.apache.maven.plugins</groupId>
149-
<artifactId>maven-gpg-plugin</artifactId>
150-
<version>1.6</version>
151-
<executions>
152-
<execution>
153-
<id>sign-artifacts</id>
154-
<phase>verify</phase>
155-
<goals>
156-
<goal>sign</goal>
157-
</goals>
158-
</execution>
159-
</executions>
160-
</plugin>
161147
<plugin>
162148
<groupId>org.apache.maven.plugins</groupId>
163149
<artifactId>maven-jar-plugin</artifactId>
@@ -255,6 +241,24 @@
255241
<value>true</value>
256242
</property>
257243
</activation>
244+
<build>
245+
<plugins>
246+
<plugin>
247+
<groupId>org.apache.maven.plugins</groupId>
248+
<artifactId>maven-gpg-plugin</artifactId>
249+
<version>1.6</version>
250+
<executions>
251+
<execution>
252+
<id>sign-artifacts</id>
253+
<phase>verify</phase>
254+
<goals>
255+
<goal>sign</goal>
256+
</goals>
257+
</execution>
258+
</executions>
259+
</plugin>
260+
</plugins>
261+
</build>
258262
</profile>
259263
</profiles>
260264
</project>

0 commit comments

Comments
 (0)