# Problems with plugin development **Category:** [Platform](https://discourse.openehr.org/c/platform-implem/7) **Created:** 2023-04-27 08:39 UTC **Views:** 421 **Replies:** 1 **URL:** https://discourse.openehr.org/t/problems-with-plugin-development/3924 --- ## Post #1 by @Miguel_Frias_Carmona Hello, I am trying to develop a plugin for EHRBase and I am having some problems and doubts. Problems with the compilation of the EHRBase project on IntelIj. There are parts of the project's pom.xml where errors are detected, such as in the build of some plugins such as: maven-source-plugin or maven-javadoc-plugin. Also at the time of making the "mvn package" I find errors with the database connection (either if I don't change the credentials or if I introduce my own database). The doubts I have are mainly with the documentation and about how I should create this new plugin and if I will have to touch any part of the EHRBase source code. If someone could help me with these problems and doubts I would greatly appreciate it. Thanks!. --- ## Post #2 by @vidi42 Hey @Miguel_Frias_Carmona EHRbase requires a running DB when building because of the JOOQ integration tests. The plugin system is still experimental, so we there isn't an extensive documentation on it, but you can check what we already have in: https://ehrbase.readthedocs.io/en/latest/03_development/10_plugin_system/index.html https://github.com/ehrbase/ExamplePlugin For other errors maybe you can provide more details? --- **Canonical:** https://discourse.openehr.org/t/problems-with-plugin-development/3924 **Original content:** https://discourse.openehr.org/t/problems-with-plugin-development/3924