Skip to content

Commit

Permalink
add a few mor secrets for #201
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed May 28, 2022
1 parent ae013dd commit 3f7c9d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions secretscache/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repositories {
maven {
url "http://repo.mycompany.com"
credentials {
username "aadmin"
password "notapassword"
}
}
}
13 changes: 13 additions & 0 deletions secretscache/mvn/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>maven-repo-public</id>
<username>admin</username>
<password>notapassword</password>
</server>
</servers>
</settings>

0 comments on commit 3f7c9d3

Please sign in to comment.