Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

AlfrescoArchive/alfresco-mbeans

Repository files navigation

Alfresco MBeans

Alfresco Managed Beans is a library packaged as a jar file which is part of Alfresco Content Services Repository. The library adds JMX functionality.

Building and testing

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-mbeans</artifactId>
  <version>version</version>
</dependency>

and Alfresco 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.

Old version history

The history for older versions can be found in Alfresco SVN

Contributing guide

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

About

MBeans utility code for the Alfresco Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages