Skip to content

Commit

Permalink
Added settings-template.xml
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/xstream/trunk@915 9830eeb5-ddf4-0310-9ef7-f4b9a3e3227e
  • Loading branch information
maurotalevi committed Jul 30, 2006
1 parent 15f6100 commit d246070
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ mvn clean install

Before deploying:

ensure ~/.m2/settings.xml contains the entries for the distribution servers with the Codehaus DAV
username and passwords.
copy settings-template.xml to ~/.m2/settings.xml adding your Codehaus DAV username and passwords.

To deploy (optionally adding sources and javadoc jars):
mvn deploy [-DperformRelease=true]
Expand Down
20 changes: 20 additions & 0 deletions settings-template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<servers>
<server>
<id>codehaus-xstream-repository</id>
<username></username>
<password></password>
</server>
<server>
<id>codehaus-xstream-snapshot-repository</id>
<username></username>
<password></password>
</server>
<server>
<id>codehaus-xstream-site</id>
<username></username>
<password></password>
</server>
</servers>
</settings>

0 comments on commit d246070

Please sign in to comment.