@Mojo(name="test",
defaultPhase=TEST)
public class UtPLSQLMojo
extends org.apache.maven.plugin.AbstractMojo
TestRunner interface to Maven.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dbmsOutput |
protected String |
excludeObject |
protected boolean |
ignoreFailure |
protected String |
includeObject |
protected String |
password |
protected List<String> |
paths |
protected List<ReporterParameter> |
reporters |
protected boolean |
skipCompatibilityCheck |
protected boolean |
skipUtplsqlTests |
protected List<org.apache.maven.model.Resource> |
sources |
protected String |
targetDir |
protected List<org.apache.maven.model.Resource> |
tests |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
UtPLSQLMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the plugin.
|
@Parameter(property="dbUrl") protected String url
@Parameter(property="dbUser") protected String user
@Parameter(property="dbPass") protected String password
@Parameter protected String includeObject
@Parameter protected String excludeObject
@Parameter(defaultValue="false") protected boolean skipCompatibilityCheck
@Parameter protected List<ReporterParameter> reporters
@Parameter protected List<org.apache.maven.model.Resource> sources
@Parameter protected List<org.apache.maven.model.Resource> tests
@Parameter(defaultValue="${project.build.directory}",
readonly=true)
protected String targetDir
@Parameter(defaultValue="${maven.test.failure.ignore}")
protected boolean ignoreFailure
@Parameter(property="skipUtplsqlTests",
defaultValue="false")
protected boolean skipUtplsqlTests
@Parameter protected boolean dbmsOutput
Copyright © 2021. All rights reserved.