Skip to content

Commit d2346ca

Browse files
committed
added gpg plugin in pom.xml to sign artifacts
1 parent 4b09c71 commit d2346ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,20 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
189189
<target>1.8</target>
190190
</configuration>
191191
</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>
192206
</plugins>
193207
</build>
194208

0 commit comments

Comments
 (0)