Main objectives

 

Generate a new Maven project base on the Archetype

mvn archetype:generate -DgroupId=org.chtijbug.drools -DartifactId=quickstart -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.chtijbug.drools -DarchetypeArtifactId=drools-service-runner-archetype -DarchetypeVersion=1.1.0.15 -DinteractiveMode=true

 

 

Running Maven commands for building up the web application

1mvn clean
2mvn install

 

Deploy war file within any Servlet Containers (Apache Tomcat for instance)

 

mvn jetty:run -Xms256m -Xmx512m