|
|
@ -63,6 +63,22 @@
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
|
|
|
<id>runRulePriorityTutorial</id>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
|
|
<defaultGoal>exec:java</defaultGoal>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<mainClass>org.easyrules.samples.rulePriority.Launcher</mainClass>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>runOnlineShopTutorial</id>
|
|
|
|
<id>runOnlineShopTutorial</id>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|