You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the POM utilizes a non-default outputDirectory the current execution of the dependency tree generation will use this non default location that the action will look for the results in.
Fetching the output directory setting will require dumping and parsing the effective POM which will add over head in the execution time. The depgraph-maven-plugin does have support for explicitly setting the output directory for the dependency tree files that are being parsed.
For a sensible interim (maybe long term fix) set the outputDirectory to target (the default maven setting, unless overridden) so as to provide a consistent place to fetch the dependency data from.
The text was updated successfully, but these errors were encountered:
If the POM utilizes a non-default
outputDirectory
the current execution of the dependency tree generation will use this non default location that the action will look for the results in.Fetching the output directory setting will require dumping and parsing the effective POM which will add over head in the execution time. The
depgraph-maven-plugin
does have support for explicitly setting the output directory for the dependency tree files that are being parsed.For a sensible interim (maybe long term fix) set the
outputDirectory
totarget
(the default maven setting, unless overridden) so as to provide a consistent place to fetch the dependency data from.The text was updated successfully, but these errors were encountered: