Skip to content

Commit c3f663b

Browse files
committed
Spotless
Signed-off-by: Leo Siepel <[email protected]>
1 parent aa3979d commit c3f663b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Import-Package: \\
594594
<artifactId>frontend-maven-plugin</artifactId>
595595
<version>1.15.0</version>
596596
<configuration>
597-
<installDirectory>${project.build.directory}/node</installDirectory>
597+
<installDirectory>${project.build.directory}/node</installDirectory>
598598
</configuration>
599599
<executions>
600600
<!-- Install Node.js and npm -->
@@ -688,10 +688,10 @@ Import-Package: \\
688688
<artifactId>spotless-maven-plugin</artifactId>
689689
</plugin>
690690

691-
<plugin>
692-
<groupId>com.github.eirslett</groupId>
693-
<artifactId>frontend-maven-plugin</artifactId>
694-
</plugin>
691+
<plugin>
692+
<groupId>com.github.eirslett</groupId>
693+
<artifactId>frontend-maven-plugin</artifactId>
694+
</plugin>
695695
</plugins>
696696
<extensions>
697697
<extension>

0 commit comments

Comments
 (0)