Skip to content

Commit

Permalink
JBIDE-20900 don't publish in zip format any more since we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Nov 27, 2015
1 parent 42f7399 commit fc3cdaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<version>2.5.4</version>
<executions>
<execution>
<id>create-script-zip</id>
<id>create-script-targz</id>
<phase>package</phase>
<goals>
<goal>single</goal>
Expand Down
1 change: 0 additions & 1 deletion publish-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>publish</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
Expand Down

0 comments on commit fc3cdaa

Please sign in to comment.