Fix compilazione statica drools

This commit is contained in:
2024-08-07 11:27:09 +02:00
parent 9f7db88a4a
commit aad2aba9e2
2 changed files with 24 additions and 24 deletions

View File

@@ -42,30 +42,6 @@
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<inherited>false</inherited>
<configuration>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
<mainClass>it.integry.ems_model.rulescompleting.KieStaticCompiler</mainClass>
<skip>false</skip>
<arguments>
<argument>ems-core/src/main/resources/rules/</argument>
<argument>ems-engine/src/main/webapp/drools/</argument>
</arguments>
</configuration>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-maven-plugin</artifactId>

View File

@@ -59,6 +59,30 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<inherited>false</inherited>
<configuration>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
<mainClass>it.integry.ems_model.rulescompleting.KieStaticCompiler</mainClass>
<skip>false</skip>
<arguments>
<argument>ems-core/src/main/resources/rules/</argument>
<argument>ems-engine/src/main/webapp/drools/</argument>
</arguments>
</configuration>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-maven-plugin</artifactId>