Add support for -Dorg.eclipse.userstorage.quietSecureStorageException
diff --git a/pom.xml b/pom.xml
index f8d7432..784aea8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
             -Xmx1g
             -Dorg.eclipse.userstorage.credentialsProvider=org.eclipse.userstorage.tests.util.FixedCredentialsProvider
             -Dorg.eclipse.userstorage.internal.Session.debug=true
+            -Dorg.eclipse.userstorage.quietSecureStorageException=true
           </argLine>
         </configuration>
       </plugin>