Skip to content

Commit

Permalink
Fixes GravityLabs#3.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cliqz committed May 22, 2014
1 parent b2c29f5 commit b1aeb84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,22 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b1aeb84

Please sign in to comment.