Skip to content

Commit

Permalink
Move unzipping py4j to the generate-resources phase so that it gets i…
Browse files Browse the repository at this point in the history
…ncluded in the jar the first time
  • Loading branch information
sryza committed Apr 30, 2014
1 parent 5165a02 commit 89889d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,14 @@
</environmentVariables>
</configuration>
</plugin>
<!-- Unzip py4j so we can include its files in the jar -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<phase>package</phase>
<phase>generate-resources</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down

0 comments on commit 89889d4

Please sign in to comment.