Skip to content

Commit

Permalink
configure maven-resources-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 21, 2025
1 parent e2a2431 commit 46e2098
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<addDefaultExcludes>false</addDefaultExcludes>
</configuration>
</plugin>

<!-- Nodejs Maven Plugin to run the templates compilation and tests -->
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down

0 comments on commit 46e2098

Please sign in to comment.