mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
REPO-5361/REPO-5358 Merge latest changes (6.2.1.3) / Deployment modules should extend each other In order to support the external deployment of the default keystore (MNT-21731/SEARCH-1915), it was removed from alfresco-repository.jar and had be placed in deployment module of acs-packaging. To support this in the new project structure, this commit moves the keystore back to alfresco-community-repo's deployment module and has alfresco-enterprise-repo and acs-packaging extend it in their own deployment modules. This also avoids duplication of licenses between projects.
15 lines
678 B
XML
15 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.alfresco</groupId>
|
|
<artifactId>alfresco-community-repo-distribution</artifactId>
|
|
<name>Package Licences and Keystore for Distribution</name>
|
|
<packaging>jar</packaging>
|
|
|
|
<parent>
|
|
<groupId>org.alfresco</groupId>
|
|
<artifactId>alfresco-community-repo-packaging</artifactId>
|
|
<version>7.183.300-TEST2-SNAPSHOT</version>
|
|
</parent>
|
|
</project>
|