Skip to content

Commit

Permalink
Removing unjar of content.jar
Browse files Browse the repository at this point in the history
This fix will remove the extracing of content.jar file and retain
existing content.jar and content.xml.xz

Fix #1912
  • Loading branch information
SougandhS committed Nov 6, 2024
1 parent f3dfcfd commit 398c64f
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,6 @@
<includeAllSources>true</includeAllSources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>unpack-content-jar</id>
<phase>package</phase>
<configuration>
<target>
<unjar
src="target/repository/content.jar"
dest="target/repository" />
<delete file="target/repository/content.jar" />
<delete file="target/repository/content.xml.xz" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
Expand Down

0 comments on commit 398c64f

Please sign in to comment.