File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
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
- <maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
139
+
140
+ <!-- Automatic Module Name -->
139
141
<module .name>org.mybatis</module .name>
142
+
143
+ <!-- OSGI Data -->
140
144
<osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
141
145
<osgi .import>*;resolution:=optional</osgi .import>
142
146
<osgi .dynamicImport>*</osgi .dynamicImport>
147
+
148
+ <!-- Spotbugs Setup -->
143
149
<spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
150
+
151
+ <!-- Surefire Setup -->
144
152
<argLine >-Djdk.attach.allowAttachSelf -Xmx2048m</argLine >
145
153
146
154
<!-- Reproducible Builds -->
326
334
327
335
<build >
328
336
<plugins >
329
- <plugin >
330
- <groupId >org.apache.maven.plugins</groupId >
331
- <artifactId >maven-compiler-plugin</artifactId >
332
- <configuration >
333
- <testCompilerArgument >${maven.compiler.testCompilerArgument} </testCompilerArgument >
334
- </configuration >
335
- </plugin >
336
337
<plugin >
337
338
<groupId >org.apache.maven.plugins</groupId >
338
339
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments