Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 985 Bytes

File metadata and controls

32 lines (29 loc) · 985 Bytes

Alfresco Server Root

The ROOT.war application is required to enable Alfresco Office Services (AOS). The source code contains packaging configuration required to build the ROOT.war file.

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:
<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-server-root</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 artifact is never published.

Contributing guide

Please use this guide to make a contribution to the project.