- Copyright: 2021 INGEINT https://www.ingeint.com
- Repository: https://github.com/ingeint/idempiere-plugin-scaffold
- License: GPL 2
Put the plugin description here
- Put the contributor list here, format: Year Name [email protected].
- iDempiere Plugin com.ingeint.template
- iDempiere Unit Test Fragment com.ingeint.template.test
- iDempiere Target Platform com.ingeint.template.targetplatform
- Java 11, commands
java
andjavac
. - iDempiere 8.2.0
- Set
IDEMPIERE_REPOSITORY
env variable
- Put the plugin feature list here
- Put the instructions list to install here
- Put the documentation/links here
Compile plugin and run tests:
./build
Use the parameter debug
for debug mode example:
./build debug
To use .\build.bat
for windows.