Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalefter committed Mar 11, 2024
1 parent 51075df commit 09511bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions osgi-bundles/bundles/kpm/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ org.killbill.billing.plugin.kpm.connectTimeoutSec=60
# 3. This is a required configuration to get Kill Bill version (See more AvailablePluginsComponentsFactory.createVersionsProvider() )
# In codebase, if *.kpm.nexusUrl value not set, or contains "oss.sonatype.org", the final construct of URL would be
# ${*.kpm.nexusUrl} + "/content/repositories" + ${*.kpm.nexusRepository}.
org.killbill.billing.plugin.kpm.nexusUrl=https://oss.sonatype.org/
org.killbill.billing.plugin.kpm.nexusRepository=releases
org.killbill.billing.plugin.kpm.nexusUrl=https://oss.sonatype.org
org.killbill.billing.plugin.kpm.nexusRepository=/releases

# How Authentication header will construct. If none, then KPMPlugin will not send "Authorization" header when download
# any files. If BASIC, then *.kpm.nexusAuthToken value will be ignored and will use username/password values).
Expand Down
2 changes: 1 addition & 1 deletion osgi-bundles/bundles/kpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In KPM Plugin, there are 2 types of repositories:
The configurations path are:
```properties
org.killbill.billing.plugin.kpm.nexusUrl=https://dl.cloudsmith.io/<any>/killbill/<account>
org.killbill.billing.plugin.kpm.nexusRepository=maven
org.killbill.billing.plugin.kpm.nexusRepository=/maven
```
Configuration above will try to get killbill information from URI: `https://dl.cloudsmith.io/<any>/killbill/<account>/maven`
You can set `*.kpm.nexusAuthMethod|nexusAuthUsername|nexusAuthPassword|nexusAuthToken` as needed. If your repository
Expand Down

0 comments on commit 09511bf

Please sign in to comment.