Commit 0be119ea authored by Phillip Webb's avatar Phillip Webb

Don't deploy spring-boot-test-support

Fixes gh-10518
parent b51e9396
......@@ -13,6 +13,17 @@
<properties>
<main.basedir>${basedir}/../../..</main.basedir>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Compile -->
<dependency>
......
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