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 152152 </tags >
153153 </configuration >
154154 </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 >
175175 </plugins >
176176 </build >
177177</project >
You can’t perform that action at this time.
0 commit comments