Skip to content

Commit a051288

Browse files
committed
feat: expose the outputDirectory configuration parameter as a property
Signed-off-by: Marek Goldmann <[email protected]>
1 parent 0290325 commit a051288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public abstract class BaseCycloneDxMojo extends AbstractMojo {
9595
*
9696
* @since 2.7.5
9797
*/
98-
@Parameter(defaultValue = "${project.build.directory}", required = false)
98+
@Parameter(property = "outputDirectory", defaultValue = "${project.build.directory}", required = false)
9999
private File outputDirectory;
100100

101101
/**

0 commit comments

Comments
 (0)