|
|
@ -220,6 +220,12 @@
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
<version>${maven-exec-plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<mainClass>org.jeasy.rules.tutorials.fizzbuzz.FizzBuzzWithEasyRules</mainClass>
|
|
|
|
<mainClass>org.jeasy.rules.tutorials.fizzbuzz.FizzBuzzWithEasyRules</mainClass>
|
|
|
|
|
|
|
|
<systemProperties>
|
|
|
|
|
|
|
|
<property>
|
|
|
|
|
|
|
|
<key>org.slf4j.simpleLogger.defaultLogLevel</key>
|
|
|
|
|
|
|
|
<value>off</value>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</systemProperties>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|