Skip to content

Commit 7d5a9ca

Browse files
committed
minor fixes
1 parent 49add6e commit 7d5a9ca

File tree

2 files changed

+5
-1
lines changed
  • jdk_8_maven/em/external/rest/spring-actuator-demo
  • scripts

2 files changed

+5
-1
lines changed

jdk_8_maven/em/external/rest/spring-actuator-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<goal>shade</goal>
4040
</goals>
4141
<configuration>
42-
<finalName>spring-batch-rest-evomaster-runner</finalName>
42+
<finalName>spring-actuator-demo-evomaster-runner</finalName>
4343
<transformers>
4444
<transformer
4545
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

scripts/dist.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ def build_jdk_8_maven():
203203
copy(folder + "/cs/rest/original/spring-batch-rest/example/api/target/spring-batch-rest-sut.jar", DIST)
204204
copy(folder + "/em/external/rest/spring-batch-rest/target/spring-batch-rest-evomaster-runner.jar", DIST)
205205

206+
207+
copy(folder + "/cs/rest/original/spring-actuator-demo/target/spring-actuator-demo-sut.jar", DIST)
208+
copy(folder + "/em/external/rest/spring-actuator-demo/target/spring-actuator-demo-evomaster-runner.jar", DIST)
209+
206210
ind0 = os.environ.get('SUT_LOCATION_IND0', '')
207211
if ind0 == '':
208212
print("\nWARN: SUT_LOCATION_IND0 env variable is not defined")

0 commit comments

Comments
 (0)