Luca Frosini 7 years ago
parent 2d1237a7ba
commit 2d9c6020d1

@ -112,13 +112,11 @@
<artifactId>common-authorization</artifactId>
<scope>test</scope>
</dependency>
<!-- End Use for Junit Test -->
</dependencies>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
@ -137,9 +135,14 @@
<goal>single</goal>
</goals>
</execution>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>