Skip to content

Commit d6e8eb1

Browse files
committed
changed name of jar to match folder
1 parent 727a7f9 commit d6e8eb1

2 files changed

Lines changed: 3 additions & 3 deletions

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>gestaohospitalar</finalName>
74+
<finalName>gestaohospital</finalName>
7575
<classifier>sut</classifier>
7676
</configuration>
7777
</plugin>

jdk_8_maven/em/external/rest/gestaohospital/src/main/java/em/external/br/com/codenation/hospital/ExternalEvoMasterController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void main(String[] args) {
4242
jarLocation = args[2];
4343
}
4444
if (!jarLocation.endsWith(".jar")) {
45-
jarLocation += "/gestaohospitalar-sut.jar";
45+
jarLocation += "/gestaohospital-sut.jar";
4646
}
4747

4848
int timeoutSeconds = 120;
@@ -77,7 +77,7 @@ public static void main(String[] args) {
7777
private final GenericContainer<?> mongodb;
7878

7979
public ExternalEvoMasterController() {
80-
this(DEFAULT_CONTROLLER_PORT, "../target/gestaohospitalar-0.0.1.jar", DEFAULT_SUT_PORT, 120, "java");
80+
this(DEFAULT_CONTROLLER_PORT, "../target/gestaohospital-sut.jar", DEFAULT_SUT_PORT, 120, "java");
8181
}
8282

8383
public ExternalEvoMasterController(String jarLocation) {

0 commit comments

Comments
 (0)