File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments