Skip to content

Commit

Permalink
build doku
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Jaeckel committed Sep 29, 2011
1 parent 8b2b8d7 commit 31d752b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
@@ -0,0 +1,21 @@
tests.username and tests.password need to be configured in your ~/.m2/settings.xml like this:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
...
<profiles>
<profile>
<id>amenlib-properties</id>
<properties>
<tests.username>email@some.domain</tests.username>
<tests.password>mypass</tests.password>
</properties>
</profile>
</profiles>
...
<activeProfiles>
<activeProfile>amenlib-properties</activeProfile>
</activeProfiles>
</setting>


0 comments on commit 31d752b

Please sign in to comment.