File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 132
132
133
133
<properties >
134
134
<clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135
+
135
136
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
136
137
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
137
138
<excludedGroups >TestcontainersTests</excludedGroups >
138
139
<maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
140
+
141
+ <!-- Automatic Module Name -->
139
142
<module .name>org.mybatis</module .name>
143
+
144
+ <!-- OSGI Data -->
140
145
<osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
141
146
<osgi .import>*;resolution:=optional</osgi .import>
142
147
<osgi .dynamicImport>*</osgi .dynamicImport>
148
+
149
+ <!-- Spotbugs Setup -->
143
150
<spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
151
+
152
+ <!-- Surefire Setup -->
144
153
<argLine >-Djdk.attach.allowAttachSelf -Xmx2048m</argLine >
145
154
146
155
<!-- Reproducible Builds -->
You can’t perform that action at this time.
0 commit comments