blob: 405c2588995d5bd4819727762543afd509c9aab1 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-toolchain-build-crutch</artifactId>
<name>Jetty Toolchain :: Build Crutch</name>
<version>NO_RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>jetty-toolchain</module>
<module>jetty-artifact-remote-resources</module>
<module>jetty-distribution-remote-resources</module>
<module>jetty-assembly-descriptors</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<configuration>
<!-- Never Deploy this build crutch -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>