Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
90e9187b
Commit
90e9187b
authored
Dec 07, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish deployment tests
parent
e0ba7a4d
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
6 deletions
+17
-6
pom.xml
...ployment-tests/spring-boot-deployment-test-tomcat/pom.xml
+0
-1
SampleTomcatDeployApplicationIT.java
...src/test/java/sample/SampleTomcatDeployApplicationIT.java
+4
-1
pom.xml
...eployment-tests/spring-boot-deployment-test-tomee/pom.xml
+0
-1
SampleTomEEDeployApplicationIT.java
.../src/test/java/sample/SampleTomEEDeployApplicationIT.java
+4
-1
pom.xml
...loyment-tests/spring-boot-deployment-test-wildfly/pom.xml
+0
-1
SampleWildFlyDeployApplicationIT.java
...rc/test/java/sample/SampleWildFlyDeployApplicationIT.java
+4
-1
pom.xml
spring-boot-parent/pom.xml
+5
-0
No files found.
spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml
View file @
90e9187b
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
<plugin>
<plugin>
<groupId>
org.codehaus.cargo
</groupId>
<groupId>
org.codehaus.cargo
</groupId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<version>
1.4.11
</version>
<configuration>
<configuration>
<container>
<container>
<containerId>
tomcat8x
</containerId>
<containerId>
tomcat8x
</containerId>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tom
ee/src/test/java/sample/SampleWildFlyApplicationTest
IT.java
→
spring-boot-deployment-tests/spring-boot-deployment-test-tom
cat/src/test/java/sample/SampleTomcatDeployApplication
IT.java
View file @
90e9187b
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
import
static
org
.
junit
.
Assert
.
assertEquals
;
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"
));
private
int
port
=
Integer
.
valueOf
(
System
.
getProperty
(
"port"
));
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
View file @
90e9187b
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
<plugin>
<plugin>
<groupId>
org.codehaus.cargo
</groupId>
<groupId>
org.codehaus.cargo
</groupId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<version>
1.4.11
</version>
<configuration>
<configuration>
<container>
<container>
<containerId>
tomee1x
</containerId>
<containerId>
tomee1x
</containerId>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-tom
cat/src/test/java/sample/SampleWildFlyApplicationTest
IT.java
→
spring-boot-deployment-tests/spring-boot-deployment-test-tom
ee/src/test/java/sample/SampleTomEEDeployApplication
IT.java
View file @
90e9187b
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
import
static
org
.
junit
.
Assert
.
assertEquals
;
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"
));
private
int
port
=
Integer
.
valueOf
(
System
.
getProperty
(
"port"
));
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml
View file @
90e9187b
...
@@ -61,7 +61,6 @@
...
@@ -61,7 +61,6 @@
<plugin>
<plugin>
<groupId>
org.codehaus.cargo
</groupId>
<groupId>
org.codehaus.cargo
</groupId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<version>
1.4.11
</version>
<configuration>
<configuration>
<container>
<container>
<containerId>
wildfly8x
</containerId>
<containerId>
wildfly8x
</containerId>
...
...
spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/src/test/java/sample/SampleWildFly
ApplicationTest
IT.java
→
spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/src/test/java/sample/SampleWildFly
DeployApplication
IT.java
View file @
90e9187b
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
...
@@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
import
static
org
.
junit
.
Assert
.
assertEquals
;
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"
));
private
int
port
=
Integer
.
valueOf
(
System
.
getProperty
(
"port"
));
...
...
spring-boot-parent/pom.xml
View file @
90e9187b
...
@@ -268,6 +268,11 @@
...
@@ -268,6 +268,11 @@
<artifactId>
maven-site-plugin
</artifactId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.4
</version>
<version>
3.4
</version>
</plugin>
</plugin>
<plugin>
<groupId>
org.codehaus.cargo
</groupId>
<artifactId>
cargo-maven2-plugin
</artifactId>
<version>
1.4.11
</version>
</plugin>
<plugin>
<plugin>
<groupId>
org.codehaus.gmavenplus
</groupId>
<groupId>
org.codehaus.gmavenplus
</groupId>
<artifactId>
gmavenplus-plugin
</artifactId>
<artifactId>
gmavenplus-plugin
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment