File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 173
173
</configuration >
174
174
</plugin >
175
175
176
- <!-- <plugin> -- >
177
- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
178
- <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
179
- <!-- <version>1.5</version> -- >
180
- <!-- <executions> -- >
181
- <!-- <execution> -- >
182
- <!-- <id>sign-artifacts</id> -- >
183
- <!-- <phase>verify</phase> -- >
184
- <!-- <goals> -- >
185
- <!-- <goal>sign</goal> -- >
186
- <!-- </goals> -- >
187
- <!-- </execution> -- >
188
- <!-- </executions> -- >
189
- <!-- </plugin> -- >
176
+ <plugin >
177
+ <groupId >org.apache.maven.plugins</groupId >
178
+ <artifactId >maven-gpg-plugin</artifactId >
179
+ <version >1.5</version >
180
+ <executions >
181
+ <execution >
182
+ <id >sign-artifacts</id >
183
+ <phase >verify</phase >
184
+ <goals >
185
+ <goal >sign</goal >
186
+ </goals >
187
+ </execution >
188
+ </executions >
189
+ </plugin >
190
190
191
191
</plugins >
192
192
You can’t perform that action at this time.
0 commit comments