Skip to content

Commit

Permalink
Ignore files coming from quarkus-ide-launcher jar
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d85364)
  • Loading branch information
gsmet committed Nov 20, 2023
1 parent be5b75d commit dd8c56a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@
<ignore>maven.settings</ignore>
</ignoredKeys>
</systemProperties>
<runtimeClassPath>
<ignoredFiles>
<ignoredFile>META-INF/ide-deps/**</ignoredFile>
</ignoredFiles>
</runtimeClassPath>
</normalization>
<plugins>
<plugin>
Expand Down

0 comments on commit dd8c56a

Please sign in to comment.