Created
September 4, 2020 18:26
-
-
Save nhojpatrick/82b9d8c4ea417e0a223d1d9680f8b148 to your computer and use it in GitHub Desktop.
not owasp issue pure maven issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pom.xml extract | |
<repositories> | |
<repository> | |
<id>my-internal-site</id> | |
<url>http://myserver/repo</url> | |
</repository> | |
</repositories> | |
settings.xml extract | |
<servers> | |
<server> | |
<id>my-internal-site</id> | |
<username>username-for-nexus</username> | |
<password>your-password-in-plain-text_or_encrypted</password> | |
</server> | |
</servers> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment