Skip to content

Instantly share code, notes, and snippets.

@nhojpatrick
Created September 4, 2020 18:26
Show Gist options
  • Save nhojpatrick/82b9d8c4ea417e0a223d1d9680f8b148 to your computer and use it in GitHub Desktop.
Save nhojpatrick/82b9d8c4ea417e0a223d1d9680f8b148 to your computer and use it in GitHub Desktop.
not owasp issue pure maven issue
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