Package gov.nasa.pds.model.plugin
Class DocumentationGenerationPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
gov.nasa.pds.model.plugin.AbstractGenerationPlugin
gov.nasa.pds.model.plugin.DocumentationGenerationPlugin
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generateDocumentation",
defaultPhase=PROCESS_SOURCES)
public class DocumentationGenerationPlugin
extends AbstractGenerationPlugin
Documentation generation plugin. This is a Maven plugin to create lots of various documentation
from PDS ontology sources (which themselves come from Protégé).
-
Field Summary
Fields inherited from class gov.nasa.pds.model.plugin.AbstractGenerationPlugin
ontologySrc, targetFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSubclasses must override this.Methods inherited from class gov.nasa.pds.model.plugin.AbstractGenerationPlugin
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DocumentationGenerationPlugin
public DocumentationGenerationPlugin()
-
-
Method Details
-
generateArtifacts
protected void generateArtifacts() throws org.apache.maven.plugin.MojoExecutionExceptionDescription copied from class:AbstractGenerationPluginSubclasses must override this.- Specified by:
generateArtifactsin classAbstractGenerationPlugin- Throws:
org.apache.maven.plugin.MojoExecutionException
-