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

11
pom.xml
View File

@ -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>