|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>org.easyrules.samples.helloworld.Launcher</mainClass>
|
|
|
|
|
<systemProperties>
|
|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>org.easyrules.samples.rulePriority.Launcher</mainClass>
|
|
|
|
|
<systemProperties>
|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>org.easyrules.samples.order.Launcher</mainClass>
|
|
|
|
|
<systemProperties>
|
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>org.easyrules.samples.scheduling.Launcher</mainClass>
|
|
|
|
|
<systemProperties>
|
|
|
|
@ -175,7 +175,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>org.easyrules.samples.spring.Launcher</mainClass>
|
|
|
|
|
<systemProperties>
|
|
|
|
|