Created
April 29, 2013 06:43
-
-
Save prule/5480058 to your computer and use it in GitHub Desktop.
Maven settings file for tomcat server definition - in ~/.m2/settings.xml
This file contains 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
<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