Skip to content

Commit

Permalink
fix: make pom.xml processable for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab authored Nov 30, 2023
1 parent a4f6c8f commit f0f5538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,9 @@
<file>
<exists>LICENSE</exists>
</file>
<property>
<name>parent.dir</name>
</property>
</activation>
<build>
<plugins>
Expand Down Expand Up @@ -680,7 +683,10 @@
<activation>
<file>
<missing>LICENSE</missing>
</file>
</file>
<property>
<name>parent.dir</name>
</property>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit f0f5538

Please sign in to comment.