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.
  • Loading branch information
chrisdutz committed Nov 23, 2022
1 parent 500732b commit 44e1696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code-generation/protocol-base-mspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-plc4x-test-sources</id>
<id>add-plc4x-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-plc4x-test-sources</id>
<id>add-plc4x-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
Expand Down

0 comments on commit 44e1696

Please sign in to comment.