Skip to content

Commit

Permalink
Merge pull request #28 from JelleDekker-HeadFWD/main
Browse files Browse the repository at this point in the history
fix: mavenArgs are unused
  • Loading branch information
peter-murray authored Apr 19, 2023
2 parents 9ec57eb + 7ca2245 commit 53c0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getDetector() {

export async function generateDependencyGraph(directory: string, config?: MavenConfiguration): Promise<Depgraph> {
try {
const mvn = new MavenRunner(directory, config?.settingsFile, config?.ignoreMavenWrapper);
const mvn = new MavenRunner(directory, config?.settingsFile, config?.ignoreMavenWrapper, config?.mavenArgs);

core.startGroup('depgraph-maven-plugin:reactor');
const mavenReactorArguments = [
Expand Down

0 comments on commit 53c0ba3

Please sign in to comment.