From ef60ce8d9512fafc04f19697c68205aa45ac6300 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Thu, 13 Oct 2011 14:10:16 +0200 Subject: [PATCH] separate profile for example modules --- pom.xml | 41 ++++++++--------------------------- src/assembly/distribution.xml | 4 ++++ 2 files changed, 13 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 211055b9f..05c1a7163 100644 --- a/pom.xml +++ b/pom.xml @@ -15,10 +15,6 @@ spring-data-neo4j-rest spring-data-neo4j-aspects spring-data-neo4j-cross-store - spring-data-neo4j-examples/hello-worlds - spring-data-neo4j-examples/imdb - spring-data-neo4j-examples/cineasts - spring-data-neo4j-examples/myrestaurants-social http://www.springsource.org/spring-data/neo4j @@ -152,15 +148,17 @@ true + + examples + + spring-data-neo4j-examples/hello-worlds + spring-data-neo4j-examples/imdb + spring-data-neo4j-examples/cineasts + spring-data-neo4j-examples/myrestaurants-social + + staging - - spring-data-neo4j-parent - spring-data-neo4j - spring-data-neo4j-rest - spring-data-neo4j-aspects - spring-data-neo4j-cross-store - spring-site-staging @@ -178,13 +176,6 @@ snapshot - - spring-data-neo4j-parent - spring-data-neo4j - spring-data-neo4j-rest - spring-data-neo4j-aspects - spring-data-neo4j-cross-store - http://www.springsource.com/spring-data @@ -205,13 +196,6 @@ milestone - - spring-data-neo4j-parent - spring-data-neo4j - spring-data-neo4j-rest - spring-data-neo4j-aspects - spring-data-neo4j-cross-store - spring-milestone @@ -222,13 +206,6 @@ central - - spring-data-neo4j-parent - spring-data-neo4j - spring-data-neo4j-rest - spring-data-neo4j-aspects - spring-data-neo4j-cross-store - sonatype-nexus-snapshots diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml index a7b9332ee..ff968d962 100644 --- a/src/assembly/distribution.xml +++ b/src/assembly/distribution.xml @@ -43,7 +43,9 @@ org.springframework.data:spring-data-neo4j + org.springframework.data:spring-data-neo4j-aspects org.springframework.data:spring-data-neo4j-rest + org.springframework.data:spring-data-neo4j-cross-store dist @@ -56,7 +58,9 @@ see pom.xml 'maven-source-plugin' declaration --> org.springframework.data:spring-data-neo4j + org.springframework.data:spring-data-neo4j-aspects org.springframework.data:spring-data-neo4j-rest + org.springframework.data:spring-data-neo4j-cross-store sources