Skip to content

Commit b8365e3

Browse files
committed
Fix misconfigured Maven test
See gh-37669
1 parent a8ad8ca commit b8365e3

File tree

1 file changed

+3
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/jar-with-classic-loader

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/jar-with-classic-loader/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<goals>
2222
<goal>repackage</goal>
2323
</goals>
24+
<configuration>
25+
<loaderImplementation>CLASSIC</loaderImplementation>
26+
</configuration>
2427
</execution>
2528
</executions>
2629
</plugin>
@@ -37,7 +40,6 @@
3740
<Not-Used>Foo</Not-Used>
3841
</manifestEntries>
3942
</archive>
40-
<loaderImplementation>CLASSIC</loaderImplementation>
4143
</configuration>
4244
</plugin>
4345
</plugins>

0 commit comments

Comments
 (0)