Skip to content

Commit

Permalink
Set a private profile to simplify run your private tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono committed Jul 21, 2016
1 parent a42f0c0 commit 85b6e3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
<testname>11x-oracle</testname>
</properties>
</profile>
<profile>
<!-- Use this profile if you want to hide your credentials and properties -->
<id>private</id>
<properties>
<propertiesFile>src/test/resources/private_stresstest.properties</propertiesFile>
<privateCredentials>true</privateCredentials>
</properties>
</profile>
</profiles>

<build>
Expand Down

0 comments on commit 85b6e3a

Please sign in to comment.