Class SourceRootRegistrar
java.lang.Object
io.github.ascopes.protobufmavenplugin.generation.SourceRootRegistrar
Strategy for registration of sources with the Maven project.
This cannot be extended outside the predefined strategies that already exist in this class.
- Author:
- Ashley Scopes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SourceRootRegistrar
static final SourceRootRegistrar
-
Method Summary
Modifier and TypeMethodDescriptionvoid
embedListing
(org.apache.maven.execution.MavenSession session, SourceListing listing) void
registerSourceRoot
(org.apache.maven.execution.MavenSession session, Path path) toString()
-
Field Details
-
MAIN
-
TEST
-
-
Method Details
-
registerSourceRoot
-
embedListing
public void embedListing(org.apache.maven.execution.MavenSession session, SourceListing listing) throws IOException - Throws:
IOException
-
toString
-