Skip to content

Commit c2d4558

Browse files
committed
menacher#52 putting back gpg plugin.
1 parent 231cde7 commit c2d4558

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

nadron/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>com.github.menacher</groupId>
45
<artifactId>nadron</artifactId>
@@ -192,6 +193,21 @@
192193
</configuration>
193194
</plugin>
194195

196+
<plugin>
197+
<groupId>org.apache.maven.plugins</groupId>
198+
<artifactId>maven-gpg-plugin</artifactId>
199+
<version>1.4</version>
200+
<executions>
201+
<execution>
202+
<id>sign-artifacts</id>
203+
<phase>verify</phase>
204+
<goals>
205+
<goal>sign</goal>
206+
</goals>
207+
</execution>
208+
</executions>
209+
</plugin>
210+
195211
</plugins>
196212
</build>
197213
</project>

0 commit comments

Comments
 (0)