Skip to content

Instantly share code, notes, and snippets.

@prule
Created April 29, 2013 06:43
Show Gist options
  • Save prule/5480058 to your computer and use it in GitHub Desktop.
Save prule/5480058 to your computer and use it in GitHub Desktop.
Maven settings file for tomcat server definition - in ~/.m2/settings.xml
<settings>
<servers>
<server>
<id>dev-tomcat</id>
<username>tomcat</username>
<password>password</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment