File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
Expand file tree Collapse file tree 1 file changed +21
-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+
156+ <plugin >
157+ <groupId >org.apache.maven.plugins</groupId >
158+ <artifactId >maven-gpg-plugin</artifactId >
159+ <version >1.6</version >
160+ <executions >
161+ <execution >
162+ <id >sign-artifacts</id >
163+ <phase >verify</phase >
164+ <goals >
165+ <goal >sign</goal >
166+ </goals >
167+ </execution >
168+ </executions >
169+ <configuration >
170+ <gpgArguments >
171+ <arg >--pinentry-mode</arg >
172+ <arg >loopback</arg >
173+ </gpgArguments >
174+ </configuration >
175+ </plugin >
175176 </plugins >
176177 </build >
177178</project >
You can’t perform that action at this time.
0 commit comments