File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
1919 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
20+ <sonatype-central-publising-plugin .version>0.8.0</sonatype-central-publising-plugin .version>
2021 <jackson .version>2.17.0</jackson .version>
2122 <jakarta .enterprise.cdi-api.version>4.1.0</jakarta .enterprise.cdi-api.version>
2223 <jakarta .inject.jakarta.inject-api.version>2.0.1</jakarta .inject.jakarta.inject-api.version>
180181 <artifactId >maven-surefire-plugin</artifactId >
181182 <version >${maven-surefire-plugin.version} </version >
182183 </plugin >
184+ <plugin >
185+ <groupId >org.sonatype.central</groupId >
186+ <artifactId >central-publishing-maven-plugin</artifactId >
187+ <version >${sonatype-central-publising-plugin.version} </version >
188+ <extensions >true</extensions >
189+ <configuration >
190+ <publishingServerId >central-a2asdk-temp</publishingServerId >
191+ </configuration >
192+ </plugin >
183193 </plugins >
184194 </build >
185195
194204 <module >examples/helloworld</module >
195205 <module >tests/server-common</module >
196206 </modules >
207+
197208</project >
You can’t perform that action at this time.
0 commit comments