Skip to content

Commit

Permalink
fixup! fixup! [GHA] Simplify p2 server access - Remove complicated GP…
Browse files Browse the repository at this point in the history
…G usage - Use organisation's bot SSH key - Use GHA's (organisation) secret credentials

Add missing original settings.xml
  • Loading branch information
RoiArthurB committed Jan 8, 2025
1 parent 2974d19 commit f881719
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>p2Repo</id>
<username>GAMA_PLATFORM</username>
<password>GAMA_PLATFORM</password>

<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
</servers>

<mirrors>
<mirror>
<id>insecure-repo</id>
<mirrorOf>p2Repo</mirrorOf>
<url>https://updates.gama-platform.org/experimental/2024-06</url>
<blocked>false</blocked>
</mirror>
</mirrors>
</settings>

0 comments on commit f881719

Please sign in to comment.