Removed the need to define a ${schema.key}.

This commit is contained in:
Oliver Gierke
2013-01-29 19:41:24 +01:00
parent d7aff79a3e
commit 1a3801f18d
2 changed files with 1 additions and 4 deletions

View File

@@ -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:

View File

@@ -97,7 +97,6 @@
<!-- Additional properties required to be set by child projects -->
<!-- dist.key: the distribution key (e.g. DATACMNS) -->
<!-- schema.key: the key to be used for schema folder (e.g. jpa for spring-data-jpa) -->
<!-- Additional properties required to be set in settings.xml -->
<!-- dist.accessKey -->
@@ -446,7 +445,7 @@
<includes>*.xsd</includes>
<serverId>static-dot-s2</serverId>
<url>scp://static.springsource.org</url>
<toDir>/var/www/domains/springsource.org/www/htdocs/autorepo/schema/${dist.id}/${project.version}/${schema.key}</toDir>
<toDir>/var/www/domains/springsource.org/www/htdocs/autorepo/schema/${dist.id}/${project.version}</toDir>
<optimize>true</optimize>
</configuration>
</execution>