Description

Parent Maven Project for INFONOVA OpenCms Modules on Sourceforge.

If you create your own OpenCms Modules, you should also create your own parent project. But you can use this Project as Example.

Usage

Add the following parent-entry to your pom.xml:

    <parent>
        <groupId>at.infonova.opencms.modules</groupId>
        <artifactId>modules-parent</artifactId>
        <version>1.0-B2</version>
    </parent>