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 AbstractGenerationPluginDocumentation 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, target
-
-
Constructor Summary
Constructors Constructor Description DocumentationGenerationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateArtifacts()Subclasses must override this.-
Methods inherited from class gov.nasa.pds.model.plugin.AbstractGenerationPlugin
execute
-
-
-
-
Method Detail
-
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
-
-