File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -355,3 +355,5 @@ jdk_8_maven/em/external/rest/spring-batch-rest/target
355355/jdk_8_maven /cs /rest /original /spring-actuator-demo /target
356356/jdk_8_maven /em /embedded /rest /spring-actuator-demo /target
357357/jdk_8_maven /em /external /rest /spring-actuator-demo /target
358+
359+ /jdk_21_maven /cs /rest-gui /webgoat /target
Original file line number Diff line number Diff line change 1313
1414 <modules >
1515 <module >rest</module >
16+ <module >rest-gui</module >
1617 </modules >
1718
1819
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+
5+ <parent >
6+ <groupId >org.evomaster</groupId >
7+ <artifactId >evomaster-benchmark-jdk21-cs</artifactId >
8+ <version >3.4.1-SNAPSHOT</version >
9+ </parent >
10+
11+ <artifactId >evomaster-benchmark-jdk21-cs-rest-gui</artifactId >
12+ <packaging >pom</packaging >
13+
14+
15+ <modules >
16+ <module >webgoat</module >
17+ </modules >
18+
19+
20+ </project >
Original file line number Diff line number Diff line change 66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
88 <version >3.3.5</version >
9+ <relativePath ></relativePath >
910 </parent >
1011
1112 <groupId >org.owasp.webgoat</groupId >
108109
109110 <dependencyManagement >
110111 <dependencies >
112+
113+
111114 <dependency >
112115 <groupId >org.apache.commons</groupId >
113116 <artifactId >commons-exec</artifactId >
432435 <excludeDevtools >true</excludeDevtools >
433436 <executable >true</executable >
434437 <mainClass >org.owasp.webgoat.server.StartWebGoat</mainClass >
438+ <!-- MODIFIED-->
439+ <finalName >webgoat</finalName >
440+ <classifier >sut</classifier >
441+ <!-- MODIFIED-->
435442 <!-- See http://docs.spring.io/spring-boot/docs/current/reference/html/howto-build.html#howto-extract-specific-libraries-when-an-executable-jar-runs -->
436443 <requiresUnpack >
437444 <dependency >
695702 <argument >java.base/java.io=ALL-UNNAMED</argument >
696703 <argument >--add-opens</argument >
697704 <argument >java.base/java.util=ALL-UNNAMED</argument >
698- <argument >${project.build.directory} /webgoat-${project.version} .jar</argument >
705+ <!-- MODIFIED-->
706+ <argument >${project.build.directory} /webgoat-sut.jar</argument >
707+ <!-- MODIFIED-->
699708 </arguments >
700709 <waitForInterrupt >false</waitForInterrupt >
701710 <waitAfterLaunch >${waittimeForServerStart} </waitAfterLaunch >
You can’t perform that action at this time.
0 commit comments