This commit is contained in:
parent
b2ce0bf759
commit
e85fd6d641
@ -48,6 +48,8 @@ jobs:
|
||||
</servers>
|
||||
</settings>
|
||||
EOF
|
||||
- name: Deploy to Gitea
|
||||
run: mvn deploy -s settings.xml
|
||||
# - name: List target directory
|
||||
# run: ls -l target
|
||||
# - name: Upload to Gitea Packages
|
||||
|
17
pom.xml
17
pom.xml
@ -56,4 +56,21 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.kuksa.dev/api/packages/edkuksa/maven</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user