We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcddc5 commit 0b65113Copy full SHA for 0b65113
1 file changed
org.pathvisio.lib/pom.xml
@@ -146,6 +146,20 @@
146
</execution>
147
</executions>
148
</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>
163
<plugin>
164
<artifactId>maven-surefire-plugin</artifactId>
165
<version>2.22.2</version>
0 commit comments