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> <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>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
@ -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>