From 80dbab17b115519b0f774822262451966f38add2 Mon Sep 17 00:00:00 2001 From: Jeroen Reijn Date: Thu, 25 Jul 2013 00:34:11 +0200 Subject: [PATCH] DATACOUCH-22: Add plugin repo to be able to resolve bundlor.maven plugin The build fails on my local machine due to the com.springsource.bundlor.maven plugin not being available in any public know maven repo and also non project configured maven repo. Corrected indentation of pom file for readability Some more housekeeping. The expression ${groupId} is deprecated. ${project.groupId} should be used instead. --- pom.xml | 201 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 104 insertions(+), 97 deletions(-) diff --git a/pom.xml b/pom.xml index e931321c7..ba278d487 100644 --- a/pom.xml +++ b/pom.xml @@ -1,100 +1,107 @@ - - 4.0.0 - - org.springframework.data - spring-data-couchbase - 1.0.0.BUILD-SNAPSHOT - - Spring Data Couchbase - Spring Data integration for Couchbase - https://github.com/SpringSource/spring-data-couchbase - - - org.springframework.data.build - spring-data-parent - 1.1.0.RELEASE - - - - 1.1.8 - 2.2.2 - 1.6.0.BUILD-SNAPSHOT - - - - - - org.springframework - spring-context - ${spring} - - - org.springframework - spring-web - ${spring} - - - org.springframework - spring-tx - ${spring} - - - - ${groupId} - spring-data-commons - ${springdata.commons} - - - - couchbase - couchbase-client - ${couchbase} - - - - cglib - cglib - 2.2.2 - test - - - - junit - junit - ${junit} - test - - - - org.springframework - spring-test - ${spring} - test - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson} - - - - - - - couchbase - Couchbase Maven Repository - http://files.couchbase.com/maven2/ - - false - - - - spring-lib-snapshot - http://repo.springsource.org/libs-snapshot-local - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 + + org.springframework.data + spring-data-couchbase + 1.0.0.BUILD-SNAPSHOT + + Spring Data Couchbase + Spring Data integration for Couchbase + https://github.com/SpringSource/spring-data-couchbase + + + org.springframework.data.build + spring-data-parent + 1.1.0.RELEASE + + + + 1.1.8 + 2.2.2 + 1.6.0.BUILD-SNAPSHOT + + + + + + org.springframework + spring-context + ${spring} + + + org.springframework + spring-web + ${spring} + + + org.springframework + spring-tx + ${spring} + + + + ${project.groupId} + spring-data-commons + ${springdata.commons} + + + + couchbase + couchbase-client + ${couchbase} + + + + cglib + cglib + 2.2.2 + test + + + + junit + junit + ${junit} + test + + + + org.springframework + spring-test + ${spring} + test + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson} + + + + + + + couchbase + Couchbase Maven Repository + http://files.couchbase.com/maven2/ + + false + + + + spring-lib-snapshot + http://repo.springsource.org/libs-snapshot-local + + + + + + spring-release-bundles + http://repository.springsource.com/maven/bundles/release/ + +