JBoss.orgCommunity Documentation

AuthoringPublicationPlugin

This plugin is used to manage the publication lifecycle of web contents and DMS document on a portal page with more states and versions. The configuration is applied mainly in packaging/wcm/webapp/src/main/webapp/WEB-INF/conf/content-extended/authoring/configuration.xml.

Sample configuration:



<component-plugin>
     <name>Authoring publication</name>
     <set-method>addPublicationPlugin</set-method>
     <type>org.exoplatform.services.wcm.extensions.publication.lifecycle.authoring.AuthoringPublicationPlugin
     </type>
     <description>This publication lifecycle publish a web content or DMS document to a portal page with more
        states and version.
     </description>
</component-plugin>

In which: