File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 distribution : ' temurin'
4646
4747 - name : Publish to GitHub Packages
48- run : mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }} -DskipBundling=true
48+ run : mvn --batch-mode deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/${{ github.repository }}
4949 env :
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151
Original file line number Diff line number Diff line change 237237 </java >
238238 </configuration >
239239 </plugin >
240- <plugin >
241- <groupId >org.sonatype.central</groupId >
242- <artifactId >central-publishing-maven-plugin</artifactId >
243- <version >0.7.0</version >
244- <extensions >true</extensions >
245- <configuration >
246- <publishingServerId >central</publishingServerId >
247- <autoPublish >true</autoPublish >
248- <waitUntil >published</waitUntil >
249- </configuration >
250- </plugin >
251240 </plugins >
252241 </build >
253242
256245 <id >sign-artifacts</id >
257246 <build >
258247 <plugins >
248+ <plugin >
249+ <groupId >org.sonatype.central</groupId >
250+ <artifactId >central-publishing-maven-plugin</artifactId >
251+ <version >0.7.0</version >
252+ <extensions >true</extensions >
253+ <configuration >
254+ <publishingServerId >central</publishingServerId >
255+ <autoPublish >true</autoPublish >
256+ <waitUntil >published</waitUntil >
257+ </configuration >
258+ </plugin >
259259 <plugin >
260260 <groupId >org.apache.maven.plugins</groupId >
261261 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments