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 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 >
138- <maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
139+
140+ <!-- Automatic Module Name -->
139141 <module .name>org.mybatis</module .name>
142+
143+ <!-- OSGI Data -->
140144 <osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
141145 <osgi .import>*;resolution:=optional</osgi .import>
142146 <osgi .dynamicImport>*</osgi .dynamicImport>
147+
148+ <!-- Spotbugs Setup -->
143149 <spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
150+
151+ <!-- Surefire Setup -->
144152 <argLine >-Djdk.attach.allowAttachSelf -Xmx2048m</argLine >
145153
146154 <!-- Reproducible Builds -->
326334
327335 <build >
328336 <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 >
336337 <plugin >
337338 <groupId >org.apache.maven.plugins</groupId >
338339 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments