Skip to content

entando/entando-plugin-jacms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate Status Coverage Vulnerabilities Code Smells Security Rating Technical Debt

entando-plugin-jacms

CMS

Code: jacms

Description

CMS is a plugin that allows to registered users to manage in the Back Office dynamic contents and digital assets.

Installation

In order to install the CMS plugin, you must insert the following dependency in the pom.xml file of your project:

<dependency>
       <groupId>org.entando.entando.bundles.app-view</groupId>
       <artifactId>entando-app-view-cms-default</artifactId>
       <version>${entando.version}</version>
       <type>war</type>
</dependency>

Developing against local versions of upstream projects (e.g. admin-console, entando-engine).

Full instructions on how to develop against local versions of upstream projects are available in the entando-parent-bom project.