Skip to content

Commit

Permalink
Fixes creating assembly during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 20, 2024
1 parent 549c3bc commit 0a3b596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
</execution>
</executions>
<configuration>
<skipAssembly>false</skipAssembly>
<descriptors>
<descriptor>src/main/assembly/all.xml</descriptor>
<descriptor>src/main/assembly/lib.xml</descriptor>
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
<version>14</version>
<version>15</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -345,10 +345,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<skipAssembly>true</skipAssembly>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0a3b596

Please sign in to comment.