Skip to content

Commit

Permalink
project: remove unnecessary maven server config (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbroadaway authored Feb 3, 2025
1 parent 642a1aa commit bf4abd6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .looper/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@
<mirror>
<id>walmart-gec</id>
<mirrorOf>external:*</mirrorOf>
<url>${env.MAVEN_MIRROR}</url>
<url>${env.MAVEN_MIRROR}</url>
</mirror>
</mirrors>

<servers>
<server>
<id>walmart-gec</id>
<username>${env.DEPLOYMENT_USERNAME}</username>
<password>${env.DEPLOYMENT_PASSWORD}</password>
</server>
</servers>

<profiles>
<profile>
<id>looper</id>
Expand Down

0 comments on commit bf4abd6

Please sign in to comment.