help plugin depend on idempiere.p2.parent has own groupId and version
Description
each plugin has below snip code on pom will need to set groupId and version to same org.idempiere.parent
reason: target-platform-configuration plugin use ${project.groupId}, ${project.version} so plugin need to has same value with all idempiere plugin solution: fix value on setting of plugin target-platform-configuration
each plugin has below snip code on pom will need to set groupId and version to same org.idempiere.parent
reason: target-platform-configuration plugin use ${project.groupId}, ${project.version} so plugin need to has same value with all idempiere plugin
solution: fix value on setting of plugin target-platform-configuration
so from now, your pom plugin can be set like