##HelloWorld for storm
This project contains a pom.xml which would effectively build the project including dependencies
To execute the HelloWorld topology
mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.cookbook.HelloWorldTopologyTo execute the TirdentWordCount topology
mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentWordCountTo execute the TridentReach topology
mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentReach