From 1a3801f18d86ecabdc0c9bdc72f920390a0e6c27 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 29 Jan 2013 19:41:24 +0100 Subject: [PATCH] Removed the need to define a ${schema.key}. --- README.md | 2 -- parent/pom.xml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index afbbf6e2..841c2c67 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ The following dependencies are pre-configured. - Test dependencies: JUnit / Hamcrest / Mockito - Dependency versions for commonly used dependencies -The projects need to define a property `${schema.key}` to define the abbreviated key to be used for schema upload, e.g. `jpa` for `spring-data-jpa`. - ### Single project setup If the client project is a project consisting of a single project only all that needs to be done is declaring the parent project: diff --git a/parent/pom.xml b/parent/pom.xml index 725800b7..9f874de7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -97,7 +97,6 @@ - @@ -446,7 +445,7 @@ *.xsd static-dot-s2 scp://static.springsource.org - /var/www/domains/springsource.org/www/htdocs/autorepo/schema/${dist.id}/${project.version}/${schema.key} + /var/www/domains/springsource.org/www/htdocs/autorepo/schema/${dist.id}/${project.version} true