File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 25
25
<
url >scm:git:
[email protected] :codelibs/fesen-httpclient.git</
url >
26
26
<
developerConnection >scm:git:
[email protected] :codelibs/fesen-httpclient.git</
developerConnection >
27
27
</scm >
28
- <parent >
29
- <groupId >org.sonatype.oss</groupId >
30
- <artifactId >oss-parent</artifactId >
31
- <version >9</version >
32
- </parent >
33
28
<properties >
34
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
30
<opensearch .version>2.19.1</opensearch .version>
129
124
<configFile >https://www.codelibs.org/assets/formatter/eclipse-formatter-1.0.xml</configFile >
130
125
</configuration >
131
126
</plugin >
127
+ <plugin >
128
+ <groupId >org.apache.maven.plugins</groupId >
129
+ <artifactId >maven-gpg-plugin</artifactId >
130
+ <version >3.2.7</version >
131
+ <executions >
132
+ <execution >
133
+ <id >sign-artifacts</id >
134
+ <phase >verify</phase >
135
+ <goals >
136
+ <goal >sign</goal >
137
+ </goals >
138
+ </execution >
139
+ </executions >
140
+ </plugin >
141
+ <plugin >
142
+ <groupId >org.sonatype.central</groupId >
143
+ <artifactId >central-publishing-maven-plugin</artifactId >
144
+ <version >0.7.0</version >
145
+ <extensions >true</extensions >
146
+ <configuration >
147
+ <publishingServerId >central</publishingServerId >
148
+ </configuration >
149
+ </plugin >
132
150
</plugins >
133
151
</build >
134
152
<repositories >
You can’t perform that action at this time.
0 commit comments