You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/11/26 09:29:55 UTC

[plc4x] branch develop updated: build(plc4j): Changed the code generation to produce checked-in code.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f2a3f75a7d build(plc4j): Changed the code generation to produce checked-in code.
f2a3f75a7d is described below

commit f2a3f75a7d65a4f295ef124bbdc861ad4e9764ae
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Nov 26 10:29:48 2022 +0100

    build(plc4j): Changed the code generation to produce checked-in code.
    
    - Fixed the activation directory for the "add the generated code to the sources" profile.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0b1c5e17d..998c97242a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>