Commit ac98e5b5 authored by Phillip Webb's avatar Phillip Webb

Polish profile ordering

parent fc90b95e
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
<module>spring-boot-integration-tests</module> <module>spring-boot-integration-tests</module>
</modules> </modules>
</profile> </profile>
<profile>
<id>full</id>
</profile>
<profile> <profile>
<id>prepare</id> <id>prepare</id>
<properties> <properties>
...@@ -251,8 +254,5 @@ ...@@ -251,8 +254,5 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>full</id>
</profile>
</profiles> </profiles>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment