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, target
-
-
Constructor Summary
Constructors Constructor Description DocumentationGenerationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
generateArtifacts()
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.MojoExecutionException
Description copied from class:AbstractGenerationPlugin
Subclasses must override this.- Specified by:
generateArtifacts
in classAbstractGenerationPlugin
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-