Skip to content

Commit 461db56

Browse files
authored
Exclude directories from modification checks (#1065)
1 parent c44a41a commit 461db56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@
255255
<releaseProfiles>gpg</releaseProfiles>
256256
<autoVersionSubmodules>true</autoVersionSubmodules>
257257
<tagNameFormat>v@{project.version}</tagNameFormat>
258+
<checkModificationExcludes>
259+
<checkModificationExclude>**/apm-agent-benchmarks/src/main/resources/**</checkModificationExclude>
260+
<checkModificationExclude>**/apm-agent-plugins/apm-profiling-plugin/src/main/resources/**</checkModificationExclude>
261+
</checkModificationExcludes>
258262
</configuration>
259263
</plugin>
260264
<plugin>

0 commit comments

Comments
 (0)