We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44a41a commit 461db56Copy full SHA for 461db56
pom.xml
@@ -255,6 +255,10 @@
255
<releaseProfiles>gpg</releaseProfiles>
256
<autoVersionSubmodules>true</autoVersionSubmodules>
257
<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>
262
</configuration>
263
</plugin>
264
<plugin>
0 commit comments