Skip to content

Commit

Permalink
Fix references to srs and tests folders in main pom.xml (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sonar authored Aug 23, 2023
1 parent 875546c commit 9b387ed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,21 +240,19 @@
<!-- This plugin is already configured in parent pom, however we want a configuration specific to this project -->
<configuration>
<includes>
<include>src/**/*.ts</include>
<include>src/**/*.tsx</include>
<include>tests/**/*.ts</include>
<include>packages/**/*.ts</include>
<include>packages/**/*.tsx</include>
<include>profiling/**/*.ts</include>
<include>profiling/**/*.js</include>
<include>tools/resources/rule.template_java</include>
<include>tools/resources/rule.template_ts</include>
<include>tools/resources/rule.*</include>
</includes>
<mapping>
<template_java>JAVADOC_STYLE</template_java>
<template_ts>JAVADOC_STYLE</template_ts>
</mapping>
<excludes>
<exclude>tests/**/fixtures/**/*</exclude>
<exclude>tests/linting/**/comment-based/**/*</exclude>
<exclude>packages/**/fixtures/**/*</exclude>
<exclude>packages/**/*.fixture.*</exclude>
<exclude>**/src/test/resources/**/*</exclude>
</excludes>
</configuration>
Expand Down

0 comments on commit 9b387ed

Please sign in to comment.