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

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


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 1534449a3f build: Make the python language module actually generate 
python.
1534449a3f is described below

commit 1534449a3f159f1a17d39b5bb028fa864c6724aa
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Fri Feb 16 16:36:45 2024 +0100

    build: Make the python language module actually generate python.
---
 .../src/test/resources/integration-test/pom.xml    | 49 +---------------------
 1 file changed, 1 insertion(+), 48 deletions(-)

diff --git 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
index ba38a9a87d..4850babdc4 100644
--- 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml
+++ 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
@@ -54,59 +54,12 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>generate-feature-xml</id>
-            <phase>compile</phase>
-            <goals>
-              <!-- Generate the feature.xml -->
-              <goal>features-generate-descriptor</goal>
-              <!-- Check the feature.xml -->
-              <goal>verify</goal>
-            </goals>
-            <configuration>
-              <enableGeneration>true</enableGeneration>
-              <aggregateFeatures>true</aggregateFeatures>
-            </configuration>
-          </execution>
-          <execution>
-            <id>build-kar</id>
-            <phase>package</phase>
-            <goals>
-              <!--
-                Build a kar archive (Jar containing the feature.xml
-                as well as the module content and it's dependencies.
-              -->
-              <goal>kar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
-            
<Bundle-Activator>org.apache.plc4x.java.osgi.DriverActivator</Bundle-Activator>
-            
<Export-Service>org.apache.plc4x.java.api.PlcDriver,org.apache.plc4x.protocol.test
-            </Export-Service>
-            <Import-Package>
-              *
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <configuration>
           <usedDependencies combine.children="append">
-            
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
+            
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-python</usedDependency>
             
<usedDependency>org.apache.plc4x:plc4x-code-generation-protocol-test</usedDependency>
           </usedDependencies>
         </configuration>

Reply via email to