Skip to content

Commit

Permalink
Disable verify-fe-manifest-associations for confluence
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Hrytsai committed Dec 18, 2024
1 parent 9ac79a1 commit 5aa1c04
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
<skipManifestValidation>true</skipManifestValidation>
<forceUpdateCheck>false</forceUpdateCheck>
<skipAllPrompts>true</skipAllPrompts>
<verifyFeManifestAssociationsFailOnUndeclaredFiles>false</verifyFeManifestAssociationsFailOnUndeclaredFiles>

<banningExcludes>
<exclude>com.atlassian.security:atlassian-secure-random</exclude>
Expand Down Expand Up @@ -434,6 +435,15 @@
</testGroup>
</testGroups>
</configuration>
<executions>
<execution>
<id>js-enforcement</id>
<goals>
<goal>verify-fe-manifest-associations</goal>
</goals>
<phase>none</phase>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 5aa1c04

Please sign in to comment.