Skip to content

Commit

Permalink
check only for existence in classes path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 21, 2025
1 parent 9896471 commit 71cd0d8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,24 +258,7 @@
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-exist-templates.module.js-src</id>
<goals>
<goal>enforce</goal>
</goals>
<phase>compile</phase>
<configuration>
<rules>
<requireFilesExist>
<files>
<file>src/main/webapp/app-root/clientlibs/io.wcm.caconfig.editor/js/templates.module.js</file>
</files>
</requireFilesExist>
</rules>
<fail>true</fail>
</configuration>
</execution>
<execution>
<id>enforce-exist-templates.module.js-classes</id>
<id>enforce-exist-templates.module.js</id>
<goals>
<goal>enforce</goal>
</goals>
Expand Down

0 comments on commit 71cd0d8

Please sign in to comment.