@Mojo(name="list-extensions",
requiresProject=false)
public class ListExtensionsMojo
extends org.apache.maven.plugin.AbstractMojo
add-extensions and add-extension.
You can list all extension or just installable and choose simple or full format.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all
List all extensions or just the installable.
|
protected String |
format
Display in simplified format.
|
protected org.apache.maven.project.MavenProject |
project
The Maven project which will define and configure the quarkus-maven-plugin
|
protected String |
searchPattern
Search filter on extension list.
|
| Constructor and Description |
|---|
ListExtensionsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project}")
protected org.apache.maven.project.MavenProject project
@Parameter(property="quarkus.extension.all",
alias="quarkus.extension.all",
defaultValue="true")
protected boolean all
@Parameter(property="quarkus.extension.format",
alias="quarkus.extension.format",
defaultValue="simple")
protected String format
@Parameter(property="searchPattern",
alias="quarkus.extension.searchPattern")
protected String searchPattern
Copyright © 2019 JBoss by Red Hat. All rights reserved.