Files
spring-integration-samples/pom.xml
Rossen Stoyanchev f1357b0cf3 Add top-level poms for building all samples from the command-line.
This is also useful if you prefer the Maven Eclipse plugin over m2eclipse:
mvn -Dwtpversion=20 eclipse:clean eclipse:eclipse
2010-12-16 10:29:22 +00:00

19 lines
603 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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.springframework.integration.samples</groupId>
<artifactId>samples-root</artifactId>
<version>2.0.0</version>
<name>Spring Integration Samples Root</name>
<packaging>pom</packaging>
<modules>
<module>basic</module>
<module>intermediate</module>
<module>applications</module>
</modules>
</project>