FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simplehttpserver/settings.xml at main · Ktt-Development/simplehttpserver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Ktt-Development
/
simplehttpserver
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
simplehttpserver
/
settings.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (21 loc) · 765 Bytes
Breadcrumbs
simplehttpserver
/
settings.xml
Copy path
File metadata and controls
24 lines (21 loc) · 765 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?
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
>ossrh</
id
>
<
username
>${env.MAVEN_USERNAME}</
username
>
<
password
>${env.MAVEN_PASSWORD}</
password
>
</
server
>
</
servers
>
<
profiles
>
<
profile
>
<
id
>deploy</
id
>
<
properties
>
<
gpg
.executable>gpg</
gpg
.executable>
<
gpg
.passphrase>${env.GPG_PASSPHRASE}</
gpg
.passphrase>
</
properties
>
</
profile
>
</
profiles
>
</
settings
>
Back
|
FazBrowse Home
|
New Git URL