Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Jun 27, 2024
1 parent 93c8ff5 commit c0f50a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploySettings.xml

This file was deleted.

30 changes: 3 additions & 27 deletions scriptsAndTools/internalOrCiOnly/deploySettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">

<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>

<servers>
<server>
<id>github</id>
<username>${github.user}</username>
<password>${github.token}</password>
<id>central</id>
<username>${central.user}</username>
<password>${central.password}</password>
</server>
</servers>
</settings>

9 changes: 0 additions & 9 deletions scriptsAndTools/internalOrCiOnly/m2settings.xml

This file was deleted.

0 comments on commit c0f50a1

Please sign in to comment.