Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebrajaeger/opencms-module-example
Example project for a OpenCms module
https://github.com/zebrajaeger/opencms-module-example
example java maven module opencms project
Last synced: 19 days ago
JSON representation
Example project for a OpenCms module
- Host: GitHub
- URL: https://github.com/zebrajaeger/opencms-module-example
- Owner: zebrajaeger
- Created: 2017-02-07T10:08:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T14:21:31.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T17:35:10.634Z (2 months ago)
- Topics: example, java, maven, module, opencms, project
- Language: Java
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencms-module-example
* Maven Project
* Checkstyle
* Creates a OpenCms Module with some sample Elements
* Integrates custom .tld nad .tag files
* Integrates java stuff as embedded .jar file##Environment (recommended)
* Java (JDK) 8
* Maven 3
* IntelliJ
* Intellij Opencms plugin (IntelliJ -> File -> Settings -> Plugins -> Browse Repository -> Serach for OpenCms and Install it)
* Configure ()IntelliJ -> File -> Settings -> Tools -> OpenCms Plugin)
* OpenCms 10
* OpenCms Ide Connector (https://github.com/mediaworx/opencms-intellijplugin/wiki/2-Installation#installing-the-ide-connector)
* Tomcat 8##Usage
* mvn clean package
* creates de.zebrajaeger.opencms.example/target/de.zebrajaeger.opencms.example_xxx.zip
* install this module via OpenCms workplace## Todo
* Maven auto deployment of dependencies
* Maven auto import via OpenCmsShell