Polish deployment tests
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.cargo</groupId>
|
||||
<artifactId>cargo-maven2-plugin</artifactId>
|
||||
<version>1.4.11</version>
|
||||
<configuration>
|
||||
<container>
|
||||
<containerId>tomcat8x</containerId>
|
||||
|
||||
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class SampleWildFlyApplicationTestIT {
|
||||
/**
|
||||
* Integration Tests for {@link SampleTomcatDeployApplication}.
|
||||
*/
|
||||
public class SampleTomcatDeployApplicationIT {
|
||||
|
||||
private int port = Integer.valueOf(System.getProperty("port"));
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.cargo</groupId>
|
||||
<artifactId>cargo-maven2-plugin</artifactId>
|
||||
<version>1.4.11</version>
|
||||
<configuration>
|
||||
<container>
|
||||
<containerId>tomee1x</containerId>
|
||||
|
||||
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class SampleWildFlyApplicationTestIT {
|
||||
/**
|
||||
* Integration Tests for {@link SampleTomEEDeployApplication}.
|
||||
*/
|
||||
public class SampleTomEEDeployApplicationIT {
|
||||
|
||||
private int port = Integer.valueOf(System.getProperty("port"));
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.cargo</groupId>
|
||||
<artifactId>cargo-maven2-plugin</artifactId>
|
||||
<version>1.4.11</version>
|
||||
<configuration>
|
||||
<container>
|
||||
<containerId>wildfly8x</containerId>
|
||||
|
||||
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class SampleWildFlyApplicationTestIT {
|
||||
/**
|
||||
* Integration Tests for {@link SampleWildFlyDeployApplication}.
|
||||
*/
|
||||
public class SampleWildFlyDeployApplicationIT {
|
||||
|
||||
private int port = Integer.valueOf(System.getProperty("port"));
|
||||
|
||||
@@ -268,6 +268,11 @@
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.cargo</groupId>
|
||||
<artifactId>cargo-maven2-plugin</artifactId>
|
||||
<version>1.4.11</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
<artifactId>gmavenplus-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user