Skip to content

Commit fc1f6ec

Browse files
committed
added gestao to dist
1 parent d6e8eb1 commit fc1f6ec

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

jdk_8_maven/cs/rest-gui/gestaohospital/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</execution>
7272
</executions>
7373
<configuration>
74-
<finalName>gestaohospital</finalName>
74+
<finalName>gestaohospital-rest</finalName>
7575
<classifier>sut</classifier>
7676
</configuration>
7777
</plugin>

scripts/dist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def build_jdk_8_maven() :
103103
copy(folder +"/cs/rest/original/restcountries/target/restcountries-sut.jar", DIST)
104104
copy(folder +"/em/external/rest/restcountries/target/restcountries-evomaster-runner.jar", DIST)
105105

106+
copy(folder +"/cs/rest-gui/gestaohospital/target/gestaohospital-rest-sut.jar", DIST)
107+
copy(folder +"/em/external/rest/gestaohospital/target/gestaohospital-rest-evomaster-runner.jar", DIST)
108+
106109
copy(folder +"/cs/graphql/spring-petclinic-graphql/target/petclinic-sut.jar", DIST)
107110
copy(folder +"/em/external/graphql/spring-petclinic-graphql/target/petclinic-evomaster-runner.jar", DIST)
108111

0 commit comments

Comments
 (0)