Skip to content

Commit e6941a0

Browse files
kamilkrzywanskiskybber
authored andcommitted
Refactor structure of project and bump plugins - disable parallel mode and change order of tests (failing on linux)
1 parent 0076da3 commit e6941a0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

hotswap-agent-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<configuration>
156156
<useSystemClassLoader>true</useSystemClassLoader>
157157
<useManifestOnlyJar>false</useManifestOnlyJar>
158+
<parallel>none</parallel>
158159
<!--
159160
<useSystemClassLoader>true</useSystemClassLoader>
160161
<useManifestOnlyJar>false</useManifestOnlyJar>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
import static org.junit.Assert.assertEquals;
3434

35-
public class MyBatisPluginTest extends BaseTest {
35+
public class AMyBatisPluginTest extends BaseTest {
3636

3737
private static SqlSessionFactory sqlSessionFactory;
3838

plugin/hotswap-agent-proxy-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<configuration>
7777
<forkCount>1</forkCount>
7878
<reuseForks>false</reuseForks>
79+
<parallel>none</parallel>
7980
<argLine>
8081
-XX:+AllowEnhancedClassRedefinition
8182
-XX:HotswapAgent=external

0 commit comments

Comments
 (0)