Move smoke tests under spring-boot-test

See gh-17393
This commit is contained in:
Madhura Bhave
2019-07-02 15:55:58 -07:00
parent 40f66c80f8
commit d9466f5659
718 changed files with 96 additions and 96 deletions

View File

@@ -107,7 +107,6 @@
<modules>
<module>spring-boot-project</module>
<!-- Smoke tests are built via the invoker plugin -->
<module>spring-boot-smoke-tests-invoker</module>
<module>spring-boot-tests</module>
</modules>
</profile>
@@ -121,7 +120,6 @@
</activation>
<modules>
<module>spring-boot-project</module>
<module>spring-boot-smoke-tests</module>
<module>spring-boot-tests</module>
</modules>
</profile>