File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 152
152
</tags >
153
153
</configuration >
154
154
</plugin >
155
- <!-- <plugin> -- >
156
- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
157
- <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
158
- <!-- <version>1.6</version> -- >
159
- <!-- <executions> -- >
160
- <!-- <execution> -- >
161
- <!-- <id>sign-artifacts</id> -- >
162
- <!-- <phase>verify</phase> -- >
163
- <!-- <goals> -- >
164
- <!-- <goal>sign</goal> -- >
165
- <!-- </goals> -- >
166
- <!-- </execution> -- >
167
- <!-- </executions> -- >
168
- <!-- <configuration> -- >
169
- <!-- <gpgArguments> -- >
170
- <!-- <arg>-- pinentry-mode</arg> -- >
171
- <!-- <arg>loopback</arg> -- >
172
- <!-- </gpgArguments> -- >
173
- <!-- </configuration> -- >
174
- <!-- </plugin> -- >
155
+ <plugin >
156
+ <groupId >org.apache.maven.plugins</groupId >
157
+ <artifactId >maven-gpg-plugin</artifactId >
158
+ <version >1.6</version >
159
+ <executions >
160
+ <execution >
161
+ <id >sign-artifacts</id >
162
+ <phase >verify</phase >
163
+ <goals >
164
+ <goal >sign</goal >
165
+ </goals >
166
+ </execution >
167
+ </executions >
168
+ <configuration >
169
+ <gpgArguments >
170
+ <arg >-- pinentry-mode</arg >
171
+ <arg >loopback</arg >
172
+ </gpgArguments >
173
+ </configuration >
174
+ </plugin >
175
175
</plugins >
176
176
</build >
177
177
</project >
You can’t perform that action at this time.
0 commit comments