@Mojo(name="fromJars",
requiresProject=true,
defaultPhase=VALIDATE)
public class BomFromJarsMojo
extends PomChangingAbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allOrNothing
If true the build will fail if there are libraries found that can not be converted to dependency management entries
|
protected int |
folderDepth
The maximum number of directory levels to visit
|
protected boolean |
recursive
Should sub-directories be recursively scanned for Jar files
|
backupFileName, inplace, makeBackup, outputFileName, replaceBackupproject, session| Constructor and Description |
|---|
BomFromJarsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
savePom@Parameter(defaultValue="false",
property="bom-helper.allOrNothing")
protected boolean allOrNothing
@Parameter(defaultValue="false",
property="bom-helper.recursive")
protected boolean recursive
@Parameter(defaultValue="100",
property="bom-helper.recursiveDepth")
protected int folderDepth
Copyright © 2019 Commsen International. All rights reserved.