Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit ab7b261

Browse files
committed
create Maven settings in user home
1 parent fbcfa0c commit ab7b261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- run:
8585
name: Create Maven Settings
8686
command: |
87-
echo $SETTINGS_BASE64 | base64 --decode > /opt/apache-maven/conf/settings.xml
87+
echo $SETTINGS_BASE64 | base64 --decode > ~/.m2/settings.xml
8888
- run:
8989
name: Deploy Snapshot to Sonatype Nexus
9090
command: >-
@@ -105,7 +105,7 @@ jobs:
105105
- run:
106106
name: Create Maven Settings
107107
command: |
108-
echo $SETTINGS_BASE64 | base64 --decode > /opt/apache-maven/conf/settings.xml
108+
echo $SETTINGS_BASE64 | base64 --decode > ~/.m2/settings.xml
109109
- run:
110110
name: Import GPG Key
111111
command: |

0 commit comments

Comments
 (0)