Fix cloud profile so it works on cloud foundry

This commit is contained in:
Dave Syer
2015-06-02 12:06:49 +01:00
parent 6fa01a85bf
commit 9f70a62bc6
3 changed files with 31 additions and 12 deletions

View File

@@ -21,4 +21,17 @@
<module>tap</module>
<module>source-xml</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>