mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
5a743a67c89cb72a020ab9fe0d84630a44bad5fe
Added as part of this issue as this is the first issue to do with MariaDB.
Alfresco Content Services Community Distribution
This project is producing packaging for Alfresco Content Services Repository. The artifacts created are:
- A war file
- A distribution zip archive containing the war file and configuration required for deployment to a Web Server.
Building
The project can be built by running Maven command:
mvn clean install
Artifacts
The artifacts can be obtained by:
- downloading from Alfresco repository
- getting as Maven dependency by adding the dependency to your pom file (depending on the artifact required):
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>artefactId</artifactId>
<version>version</version>
</dependency>
and Alfresco Maven repository:
<repository>
<id>alfresco-maven-repo</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>
The SNAPSHOT version of the artifacts is never published.
Contributing guide
Please use this guide to make a contribution to the project.
Description
Languages
Java
96.2%
Fluent
1.1%
JavaScript
1%
HTML
0.5%
FreeMarker
0.4%
Other
0.6%