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