Skip to content

alleveenstra/Hippo-CMS-plugin-starting-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hippo-CMS-plugin-starting-point

Installation of this plugin in your project:

First, add:

<dependency>
  <groupId>org.onehippo.forge</groupId>
  <artifactId>myplugin-hst</artifactId>
  <version>1.00.00-SNAPSHOT</version>
</dependency>

to the pom.xml of your site module.

Then, add:

<dependency>
  <groupId>org.onehippo.forge</groupId>
  <artifactId>myplugin-cms</artifactId>
  <version>1.00.00-SNAPSHOT</version>
</dependency>

to the pom.xml of your cms module.

Finally, add:

<dependency>
  <groupId>org.onehippo.forge</groupId>
  <artifactId>myplugin-repository</artifactId>
  <version>1.00.00-SNAPSHOT</version>
</dependency>

to the pom.xml of your content module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published