Skip to content

Commit

Permalink
build(plc4j): Changed the code generation to produce checked-in code.
Browse files Browse the repository at this point in the history
- Fixed the activation directory for the "add the generated code to the sources" profile.
  • Loading branch information
chrisdutz committed Nov 26, 2022
1 parent 5663b04 commit f2a3f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@
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>
<exists>src/main/generated/</exists>
</file>
</activation>
<build>
Expand Down

0 comments on commit f2a3f75

Please sign in to comment.