Skip to content

Commit

Permalink
feat: expose the outputDirectory configuration parameter as a property
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Mar 28, 2023
1 parent 0290325 commit a073943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public abstract class BaseCycloneDxMojo extends AbstractMojo {
*
* @since 2.7.5
*/
@Parameter(defaultValue = "${project.build.directory}", required = false)
@Parameter(property = "outputDirectory", defaultValue = "${project.build.directory}", required = false)
private File outputDirectory;

/**
Expand Down

0 comments on commit a073943

Please sign in to comment.