Skip to content

Commit a743bcd

Browse files
committed
[pom] Add some comments in the pom for clarity
1 parent d96dc3a commit a743bcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,24 @@
132132

133133
<properties>
134134
<clirr.comparisonVersion>3.4.6</clirr.comparisonVersion>
135+
135136
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
136137
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
137138
<excludedGroups>TestcontainersTests</excludedGroups>
138139
<maven.compiler.testCompilerArgument>-parameters</maven.compiler.testCompilerArgument>
140+
141+
<!-- Automatic Module Name -->
139142
<module.name>org.mybatis</module.name>
143+
144+
<!-- OSGI Data -->
140145
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
141146
<osgi.import>*;resolution:=optional</osgi.import>
142147
<osgi.dynamicImport>*</osgi.dynamicImport>
148+
149+
<!-- Spotbugs Setup -->
143150
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
151+
152+
<!-- Surefire Setup -->
144153
<argLine>-Djdk.attach.allowAttachSelf -Xmx2048m</argLine>
145154

146155
<!-- Reproducible Builds -->

0 commit comments

Comments
 (0)