public interface ReleaseBracketingPlugin
begin(Project) method
is called, at the end the end(Project) method.
Only one release cycle
The plugin was made for the MavenBndRepository that will create a an classifier artifact for an OSGi index. However, these are details of the repository plugin and maybe project settings. The sole purpose of this plugin is to provide bracketing of a release cycle.
void begin(Project project)
project - The project that should be associated with product created
at the end of the release cycle.void end(Project p)
project - The project that should be associated with product created
at the end of the release cycle.Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.