public abstract class AbstractPublishMojo extends AbstractP2Mojo
| Constructor and Description |
|---|
AbstractPublishMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract Collection<?> |
publishContent(PublisherService publisherService)
Publishes source files with the help of the given publisher service.
|
getBuildContext, getBuildDirectory, getEclipseRepositoryProject, getProject, getQualifier, getSessionpublic final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected abstract Collection<?> publishContent(PublisherService publisherService) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
publisherService - org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.