File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <groupId >com.github.menacher</groupId >
45 <artifactId >nadron</artifactId >
192193 </configuration >
193194 </plugin >
194195
196+ <plugin >
197+ <groupId >org.apache.maven.plugins</groupId >
198+ <artifactId >maven-gpg-plugin</artifactId >
199+ <version >1.4</version >
200+ <executions >
201+ <execution >
202+ <id >sign-artifacts</id >
203+ <phase >verify</phase >
204+ <goals >
205+ <goal >sign</goal >
206+ </goals >
207+ </execution >
208+ </executions >
209+ </plugin >
210+
195211 </plugins >
196212 </build >
197213</project >
You can’t perform that action at this time.
0 commit comments