@Mojo(name="add-extension")
public class AddExtensionMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
extension
For usability reason, this parameter allow adding a single extension.
|
(package private) Set<String> |
extensions
The list of extensions to be added.
|
protected org.apache.maven.project.MavenProject |
project
The Maven project which will define and configure the quarkus-maven-plugin
|
| Constructor and Description |
|---|
AddExtensionMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project}")
protected org.apache.maven.project.MavenProject project
@Parameter(property="extensions") Set<String> extensions
@Parameter(property="extension") String extension
Copyright © 2019 JBoss by Red Hat. All rights reserved.