Problem Summary
Currently the org.eclipse.paho.sample.mqttv3app sample is not maven compliant i.e. doesn't have a project level pom.xml file, because of which if we are to use a specific sample file, we need to clone that specific file, edit the package, compile it and then run the sample.
Adding a project level pom.xml file will help us to compile the entire sample, install its dependencies and package it as a jar which then we can directly run.
Tasks