Removed the need to define a ${schema.key}.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user