Luca Frosini 2017-10-30 11:16:44 +00:00
parent 2d1237a7ba
commit 2d9c6020d1
1 changed files with 7 additions and 4 deletions

View File

@ -112,10 +112,8 @@
<artifactId>common-authorization</artifactId>
<scope>test</scope>
</dependency>
<!-- End Use for Junit Test -->
</dependencies>
<build>
<plugins>
<plugin>
@ -137,9 +135,14 @@
<goal>single</goal>
</goals>
</execution>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>