File tree Expand file tree Collapse file tree
maven-status/maven-compiler-plugin/compile/default-compile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <groupId >io.github.hiwepy</groupId >
77 <artifactId >opencode-java-sdk</artifactId >
88 <description >OpenCode Java SDK (HTTP Server + local CLI)</description >
9- <version >2.3 .x.20260615-SNAPSHOT</version >
9+ <version >2.7 .x.20260615-SNAPSHOT</version >
1010 <name >${project.groupId} :${project.artifactId} </name >
1111 <url >https://github.com/hiwepy/${project.artifactId} </url >
1212 <packaging >jar</packaging >
181181 <!-- forkMode 可设置值有 "never", "once", "always" 和 "pertest"。 pretest:
182182 每一个测试创建一个新进程,为每个测试创建新的JVM是单独测试的最彻底方式,但也是最慢的,不适合hudson上持续回归。 once:在一个进程中进行所有测试。once为默认设置,在Hudson上持续回归时建议使用默认设置。
183183 always:在一个进程中并行的运行脚本,Junit4.7以上版本才可以使用,surefire的版本要在2.6以上提供这个功能,其中 threadCount:执行时,指定可分配的线程数量。只和参数parallel配合使用有效。默认:5。 -->
184- <forkMode >once</forkMode >
185184 <argLine >-Xmx1024m -Dfile.encoding=UTF-8</argLine >
186185 <additionalClasspathElements >
187186 <additionalClasspathElement >${basedir} /target/test-classes</additionalClasspathElement >
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments