Move smoke tests under spring-boot-test
See gh-17393
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
</properties>
|
||||
<modules>
|
||||
<!-- Deployment tests are slow so don't include by default -->
|
||||
<module>spring-boot-smoke-tests-invoker</module>
|
||||
<module>spring-boot-integration-tests</module>
|
||||
</modules>
|
||||
<profiles>
|
||||
@@ -29,6 +30,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>spring-boot-smoke-tests-invoker</module>
|
||||
<module>spring-boot-integration-tests</module>
|
||||
<module>spring-boot-deployment-tests</module>
|
||||
</modules>
|
||||
|
||||
Reference in New Issue
Block a user