Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Alfresco/alfresco-mmt

Repository files navigation

Archived

This project is now archived, as the Alfresco Module Management Tool is now created as part of the alfresco-communiy-repo project from which all the Alfresco specific classes are extracted.

Alfresco Module Management Tool

The Module Management Tool (MMT) helps install and manage modules packaged as AMP (Alfresco Module Package) files. These AMP files are applied to a target WAR file, for example, alfresco.war or share.war. The source code contains packaging configuration required to build the executable jar.

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-mmt</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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published