Skip to content

Commit ecf6338

Browse files
authored
Merge pull request #94 from mosip/ckm007-patch-2
[MOSIP-19885] added release related plugins and information
2 parents 1a39542 + 6910c82 commit ecf6338

1 file changed

Lines changed: 45 additions & 2 deletions

File tree

kernel/keys-migrator/pom.xml

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44
<groupId>io.mosip.kernel</groupId>
55
<artifactId>keys-migrator</artifactId>
66
<version>1.2.0</version>
7+
<url>https://github.com/mosip/keymanager</url>
8+
9+
<scm>
10+
<connection>scm:git:git://github.com/mosip/keyanager.git</connection>
11+
<developerConnection>scm:git:ssh://github.com:mosip/keymanager.git</developerConnection>
12+
<url>https://github.com/mosip/keymanager</url>
13+
<tag>HEAD</tag>
14+
</scm>
15+
16+
<licenses>
17+
<license>
18+
<name>MPL 2.0</name>
19+
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
20+
</license>
21+
</licenses>
22+
23+
<developers>
24+
<developer>
25+
<name>Mosip</name>
26+
<email>mosip.emailnotifier@gmail.com</email>
27+
<organization>io.mosip</organization>
28+
<organizationUrl>https://github.com/mosip/keymanager</organizationUrl>
29+
</developer>
30+
</developers>
31+
732
<properties>
833
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
934

@@ -107,8 +132,26 @@
107132
</execution>
108133
</executions>
109134
</plugin>
110-
111-
135+
<plugin>
136+
<groupId>org.apache.maven.plugins</groupId>
137+
<artifactId>maven-gpg-plugin</artifactId>
138+
<version>1.5</version>
139+
<executions>
140+
<execution>
141+
<id>sign-artifacts</id>
142+
<phase>verify</phase>
143+
<goals>
144+
<goal>sign</goal>
145+
</goals>
146+
<configuration>
147+
<gpgArguments>
148+
<arg>--pinentry-mode</arg>
149+
<arg>loopback</arg>
150+
</gpgArguments>
151+
</configuration>
152+
</execution>
153+
</executions>
154+
</plugin>
112155
</plugins>
113156
</build>
114157

0 commit comments

Comments
 (0)