File tree Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Original file line number Diff line number Diff line change 6
6
<password >${MAVEN_PASSWORD}</password >
7
7
</server >
8
8
</servers >
9
+ <profiles >
10
+ <profile >
11
+ <id >ossrh</id >
12
+ <activation >
13
+ <activeByDefault >true</activeByDefault >
14
+ </activation >
15
+ <properties >
16
+ <gpg .executable>gpg2</gpg .executable>
17
+ <gpg .passphrase>${GPG_PASS_PHRASE}</gpg .passphrase>
18
+ </properties >
19
+ </profile >
20
+ </profiles >
9
21
</settings >
Original file line number Diff line number Diff line change 235
235
</execution >
236
236
</executions >
237
237
</plugin >
238
- <!-- <plugin> -- >
239
- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
240
- <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
241
- <!-- <version>${maven-gpg-plugin.version}</version> -- >
242
- <!-- <executions> -- >
243
- <!-- <execution> -- >
244
- <!-- <id>sign-artifacts</id> -- >
245
- <!-- <phase>verify</phase> -- >
246
- <!-- <goals> -- >
247
- <!-- <goal>sign</goal> -- >
248
- <!-- </goals> -- >
249
- <!-- </execution> -- >
250
- <!-- </executions> -- >
251
- <!-- </plugin> -- >
238
+ <plugin >
239
+ <groupId >org.apache.maven.plugins</groupId >
240
+ <artifactId >maven-gpg-plugin</artifactId >
241
+ <version >${maven-gpg-plugin.version} </version >
242
+ <executions >
243
+ <execution >
244
+ <id >sign-artifacts</id >
245
+ <phase >verify</phase >
246
+ <goals >
247
+ <goal >sign</goal >
248
+ </goals >
249
+ </execution >
250
+ </executions >
251
+ </plugin >
252
252
</plugins >
253
253
</build >
254
254
</profile >
You can’t perform that action at this time.
0 commit comments