Skip to content

Commit

Permalink
Add maven nexus settings.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsm committed Dec 5, 2017
1 parent 9a63246 commit e3d0cc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions skyve-maven-nexus-settings.xml
@@ -0,0 +1,11 @@
<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 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>skyve</id>
<username>{nexus-username-goes-here}</username>
<password>{nexus-password-goes-here}</password>
</server>
</servers>
</settings>

0 comments on commit e3d0cc4

Please sign in to comment.