Skip to content

Commit b7f728d

Browse files
committed
spotless - attempt to fix spotless
1 parent 9298dc3 commit b7f728d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tika-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@
14771477
<exclude>**/XMPRights.java</exclude>
14781478
</excludes>
14791479
<licenseHeader>
1480-
<file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</file>
1480+
<file>${session.executionRootDirectory}/tika-parent/license-header.txt</file>
14811481
<delimiter>package</delimiter>
14821482
</licenseHeader>
14831483
<indent>
@@ -1495,7 +1495,7 @@
14951495
<goals>
14961496
<goal>${spotless.goal}</goal>
14971497
</goals>
1498-
<phase>process-sources</phase>
1498+
<phase>initialize</phase>
14991499
</execution>
15001500
</executions>
15011501
</plugin>

0 commit comments

Comments
 (0)