Skip to content

Instantly share code, notes, and snippets.

View dparoulek's full-sized avatar

Dave Paroulek dparoulek

  • Fredericksburg, VA
View GitHub Profile
@dparoulek
dparoulek / settings.xml
Created January 16, 2012 19:59 — forked from rocketraman/settings.xml
Maven settings file for VIVO repository artifact upload
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servers>
<server>
<username>username</username>
<password>password</password>
<id>vivosys-release</id>
</server>
<server>