Skip to content

Commit

Permalink
FORMS-15466 Fixing conflicting vault filter (#1326)
Browse files Browse the repository at this point in the history
@review @vdua
DOD(Yes)
  • Loading branch information
rismehta authored Jul 22, 2024
1 parent 41e4b47 commit 231a14a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,22 @@
<configuration>
<filters>
<filter>
<root>/apps/core/fd/components</root>
<root>/apps/core/fd/components/aemform</root>
</filter>
<filter>
<root>/apps/core/fd/components/commons</root>
</filter>
<filter>
<root>/apps/core/fd/components/formsportal</root>
</filter>
</filters>
<validatorsSettings>
<jackrabbit-filter>
<options>
<validRoots>/apps/core/fd/components</validRoots>
</options>
</jackrabbit-filter>
</validatorsSettings>
<packageType>application</packageType>
<group>${vault.package.group}</group>
<dependencies>
Expand Down Expand Up @@ -298,10 +311,13 @@
<configuration>
<filters>
<filter>
<root>/libs/core/fd/components</root>
<root>/libs/core/fd/components/aemform</root>
</filter>
<filter>
<root>/libs/core/fd/clientlibs</root>
<root>/libs/core/fd/components/commons</root>
</filter>
<filter>
<root>/libs/core/fd/components/formsportal</root>
</filter>
</filters>
<classifier>cloud</classifier>
Expand Down

0 comments on commit 231a14a

Please sign in to comment.