Skip to content

Commit 0b65113

Browse files
committed
Added logic for signing
1 parent bdcddc5 commit 0b65113

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

org.pathvisio.lib/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,20 @@
146146
</execution>
147147
</executions>
148148
</plugin>
149+
<plugin>
150+
<groupId>org.apache.maven.plugins</groupId>
151+
<artifactId>maven-gpg-plugin</artifactId>
152+
<version>1.6</version>
153+
<executions>
154+
<execution>
155+
<id>sign-artifacts</id>
156+
<phase>verify</phase>
157+
<goals>
158+
<goal>sign</goal>
159+
</goals>
160+
</execution>
161+
</executions>
162+
</plugin>
149163
<plugin>
150164
<artifactId>maven-surefire-plugin</artifactId>
151165
<version>2.22.2</version>

0 commit comments

Comments
 (0)