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.
Modifier and Type | Method and Description |
---|---|
void |
begin(Project project)
Indicate that a release cycle is about to start.
|
void |
end(Project p)
Indicate that a release cycle has ended
|
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 © 2021 aQute SARL. All rights reserved.