Skip to content

Commit 3172376

Browse files
committed
Build cache - Ignore quarkus-ide-launcher in classpath
It shouldn't be around anyway as only useful for IDE runs so let's get it out of the classpath.
1 parent b92b631 commit 3172376

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

independent-projects/parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@
420420
<ignore>maven.settings</ignore>
421421
</ignoredKeys>
422422
</systemProperties>
423+
<runtimeClassPath>
424+
<ignoredFiles>
425+
<ignoredFile>**/quarkus-ide-launcher-*.jar</ignoredFile>
426+
</ignoredFiles>
427+
</runtimeClassPath>
423428
</normalization>
424429
<plugins>
425430
<plugin>

0 commit comments

Comments
 (0)