Skip to content

Commit

Permalink
SPARK-6433 omit "jar" goal from jar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed Mar 27, 2015
1 parent fdac51b commit c2b5f89
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1491,13 +1491,6 @@
</archive>
</configuration>
<executions>
<execution>
<id>prepare-jar</id>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>prepare-test-jar</id>
<phase>prepare-package</phase>
Expand Down

0 comments on commit c2b5f89

Please sign in to comment.