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 4b09c71 commit d2346caCopy full SHA for d2346ca
pom.xml
@@ -189,6 +189,20 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
189
<target>1.8</target>
190
</configuration>
191
</plugin>
192
+ <plugin>
193
+ <groupId>org.apache.maven.plugins</groupId>
194
+ <artifactId>maven-gpg-plugin</artifactId>
195
+ <version>1.5</version>
196
+ <executions>
197
+ <execution>
198
+ <id>sign-artifacts</id>
199
+ <phase>verify</phase>
200
+ <goals>
201
+ <goal>sign</goal>
202
+ </goals>
203
+ </execution>
204
+ </executions>
205
+ </plugin>
206
</plugins>
207
</build>
208
0 commit comments