Fix sonar issues & modify deploy property
[aaf/authz.git] / auth / auth-fs / pom.xml
index 31f2c33..0612f15 100644 (file)
@@ -34,9 +34,6 @@
        <description>Independent FileServer Component via HTTP (not S) for Public Files (i.e. CRLs) for AAF Auth</description>
 
        <properties>
-       <skipTests>true</skipTests>
-
-
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
                <!--  SONAR  -->
                 <jacoco.version>0.7.7.201606060606</jacoco.version>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
                                <configuration>
-                                       <skip>true</skip>
+                                       <skip>false</skip>
                                </configuration>
                        </plugin>
                        <plugin>