idempiere-plugin-development
Installation
SKILL.md
iDempiere Plugin Development (OSGi)
Objetivo
Implementar cambios en iDempiere con un plugin desacoplado y mantenible:
- bundle OSGi + build Tycho/Maven consistente,
- extension points correctos,
- instalacion reproducible (feature/p2 o mecanismo del proyecto).
Entorno (si no compila o hay que reproducir)
- Confirmar version iDempiere (branch/tag) y Java target.
- Verificar herramientas:
java -version,mvn -v,git --version. - Confirmar DB dev (ideal: docker compose) y credenciales.
- Hacer build sin IDE primero y capturar el primer error real.