Runn security tests with Maven.

Change-Id: I9f48da0791379309b5815982fc68fd998d60387d
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.equinox.security.tests/pom.xml b/bundles/org.eclipse.equinox.security.tests/pom.xml
index 7f11d0f..f86e7ae 100644
--- a/bundles/org.eclipse.equinox.security.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.security.tests/pom.xml
@@ -22,6 +22,6 @@
   <version>1.1.400-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <properties>
-    <skipTests>true</skipTests>
+  	<testClass>org.eclipse.equinox.security.tests.AllSecurityTests</testClass>
   </properties>
 </project>