You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,9 @@ jobs:
86
86
- name: Publish to Apache Maven Central
87
87
run: mvn deploy
88
88
```
89
+
90
+
***NOTE: The `settings.xml` is created in the Actons $HOME directory by default and will overwrite existing files.***
91
+
89
92
See the help docs on [Publishing a Package](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages#publishing-a-package) for more information on the `pom.xml` file.
0 commit comments