touched up a number of pom comments; added <dependencyManagement> sections to parent and samples poms to allow for <version> and <scope> inheritance across concrete child modules, thus removing some verbosity

This commit is contained in:
Chris Beams
2010-06-04 00:07:16 +00:00
parent 8c33adef25
commit 6ee1ba4e25
32 changed files with 656 additions and 809 deletions

View File

@@ -1,3 +1,4 @@
<?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>
@@ -9,12 +10,16 @@
<artifactId>cafe</artifactId>
<name>Spring Integration Cafe Sample</name>
<dependencies>
<!-- available only within EBR. see <repositories> section below -->
<dependency>
<!-- available only within EBR. see <repositories> section below -->
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.4.2.R34x_v20080826-1230</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
@@ -46,8 +51,8 @@
</resources>
</build>
<repositories>
<!-- necessary for org.osgi dependency -->
<repository>
<!-- necessary for org.osgi dependency -->
<id>repository.springsource.external</id>
<name>SpringSource EBR</name>
<url>http://repository.springsource.com/maven/bundles/external</url>