Fix compilazione statica drools
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user