Polish profile ordering

This commit is contained in:
Phillip Webb
2014-08-20 10:28:59 -07:00
parent fc90b95eb0
commit ac98e5b5ab

View File

@@ -99,6 +99,9 @@
<module>spring-boot-integration-tests</module>
</modules>
</profile>
<profile>
<id>full</id>
</profile>
<profile>
<id>prepare</id>
<properties>
@@ -251,8 +254,5 @@
</plugins>
</build>
</profile>
<profile>
<id>full</id>
</profile>
</profiles>
</project>