Rollback changes, keep workflow

This commit is contained in:
kristoffer
2023-04-30 23:04:52 +02:00
parent c6ba480e04
commit 47e5ebbdf5
4 changed files with 77 additions and 1 deletions

21
settings.xml Normal file
View File

@@ -0,0 +1,21 @@
<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ronanplugins-private</id>
<username>${env.MAVEN_REPO_USERNAME}</username>
<password>${env.MAVEN_REPO_PASSWORD}</password>
</server>
</servers>
<mirrors>
<mirror>
<id>mirror-repo</id>
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
<mirrorOf>http://nexus.hc.to/content/repositories/pub_releases</mirrorOf>
</mirror>
<!-- Add more mirrors if necessary -->
</mirrors>
</settings>