Skip to content

Commit

Permalink
fix(build): Added a self-activating profile which adds the generated-…
Browse files Browse the repository at this point in the history
…sources for VSCode.

- Added a comment of warning to an "obvious" improvement
  • Loading branch information
chrisdutz committed Nov 23, 2022
1 parent 44e1696 commit f17780b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,10 @@
<id>add-generated-sources</id>
<activation>
<file>
<!--
Please don't change "target" to "${project.build.directory}" as profile-activation happens before
property resolution ... it won't work with a property.
-->
<exists>target/generated-sources/plc4x</exists>
</file>
</activation>
Expand Down

0 comments on commit f17780b

Please sign in to comment.