Bael 6556 5 (#4385)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Added README

* [BAEL-6556] - Renamed next set of testcases

* [BAEL-6556] - Renamed next set of testcases

* [BAEL-6556] - Renamed next set of testcases
This commit is contained in:
Amit Pandey 2018-06-01 22:37:37 +05:30 committed by Grzegorz Piwowarek
parent 50f5cba9da
commit c99aae6e56
3 changed files with 3 additions and 3 deletions

View File

@ -374,7 +374,7 @@
<configuration>
<failurePriority>5</failurePriority> <!-- TODO change to 0 after fixing the project -->
<aggregate>true</aggregate>
<failOnViolation>false</failOnViolation>
<failOnViolation>true</failOnViolation>
<verbose>true</verbose>
<linkXRef>true</linkXRef>
<includeTests>true</includeTests>

View File

@ -1,4 +1,4 @@
### Relevant Articles:
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)

View File

@ -7,7 +7,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootTomcatApplicationTests {
public class SpringBootTomcatApplicationIntegrationTest {
@Test
public void contextLoads() {