Skip to content

Commit

Permalink
🔧 chore(POM): Desactivate crp-minify custom execution in deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjitm committed Feb 21, 2024
1 parent 05cfb20 commit 59b3af8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions marlo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
<goal>minify</goal>
</goals>
</execution>
<!--
<execution>
<id>crp-minify</id>
<configuration>
Expand All @@ -566,7 +566,7 @@
<includes>
<include>**/*.js</include>
</includes>
<!-- Exclude already minified files. -->
<excludes>
<exclude>**/*.min.*</exclude>
</excludes>
Expand All @@ -578,6 +578,7 @@
<goal>minify</goal>
</goals>
</execution>
-->
</executions>
</plugin>

Expand Down

0 comments on commit 59b3af8

Please sign in to comment.