Skip to content

Commit

Permalink
#209: fixes execution id for creating deb installers
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Apr 22, 2024
1 parent 7d97c09 commit 2d9232d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dist/dist-linux/installer-linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>

<!-- create application image -->
<execution>
<id>create-app-store-pkg</id>
<id>create-deb</id>
<phase>compile</phase>
<goals>
<goal>exec</goal>
Expand Down

0 comments on commit 2d9232d

Please sign in to comment.