Skip to content

Commit eed1e12

Browse files
committed
build(license-maven-plugin): respect the ${basedir}.
Required for #1002 No functional changes.
1 parent 505630d commit eed1e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<version>${license.plugin.version}</version>
672672
<configuration>
673673
<basedir>src</basedir>
674-
<header>src/main/config/license_header.txt</header>
674+
<header>${basedir}/src/main/config/license_header.txt</header>
675675
<includes>
676676
<include>**/*.java</include>
677677
<include>**/*.groovy</include>

0 commit comments

Comments
 (0)