You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add module to maven build that creates a p2 repository with built bundles (#330)
* Add module to maven build that creates a p2 repository containing the built OSGi bundles
The p2 repository will be created in folder releng/p2repo/target/repository if the maven profile 'p2repo' is active.
This p2 repository can be useful when building OSGi applications like the openhab ZigBee binding with maven.
Signed-off-by: Henning Sudbrock <[email protected]>
* Do not exclude p2repo module if p2repo profile is not enabled
Rather only activate its build steps if the p2repo profile is enabled.
Signed-off-by: Henning Sudbrock <[email protected]>
0 commit comments