Skip to content

Commit

Permalink
datafire-core version fix in datafire-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarrugia committed Feb 28, 2016
1 parent a059d86 commit b9ea0c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,23 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<!-- put your configurations here -->
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>

0 comments on commit b9ea0c3

Please sign in to comment.