Steps for running the application
- Go to root folder (MailCrawler).
- run mvn eclipse:eclipse
- run mvn package
- run java -jar -Dlog4j.configuration=file:/full_path/log4j.properties target/Crawler.jar root_url year
note : if year value is provided it will take that year otherwise current year is picked.