File tree 2 files changed +1
-13
lines changed 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 85
85
with :
86
86
java-version : ' 21'
87
87
distribution : ' temurin'
88
- server-id : github
89
- server-username : ${{ github.actor }}
90
- server-password : ${{ secrets.GITHUB_TOKEN }}
91
88
92
89
- name : Cache Maven packages
93
90
uses : actions/cache@v4
Original file line number Diff line number Diff line change 309
309
<repository >
310
310
<id >github</id >
311
311
<name >GitHub Packages</name >
312
- <url >https://maven.pkg.github.com/netgrif/nae-module -maven-plugin</url >
312
+ <url >https://maven.pkg.github.com/netgrif/nae-modul -maven-plugin</url >
313
313
</repository >
314
314
</distributionManagement >
315
- <build >
316
- <plugins >
317
- <plugin >
318
- <groupId >org.apache.maven.plugins</groupId >
319
- <artifactId >maven-deploy-plugin</artifactId >
320
- <version >2.8.2</version >
321
- </plugin >
322
- </plugins >
323
- </build >
324
315
</profile >
325
316
<profile >
326
317
<id >ossrh-publish</id >
You can’t perform that action at this time.
0 commit comments