add hint about utilizing uber jar minimizeJar
diff --git a/pom.xml b/pom.xml
index fe2d0ad..be6169b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,6 +261,11 @@
                    paho.mqtt.  Apparently watson-iot or paho.mqtt
                    has some behind the scenes depedency that's not
                    captured in the uber jar when minimize is true.
+                   
+                   Hmm... apparently there may be a way to address this sort
+                   of thing using shade plugin configuration filters.
+                   See
+                   https://stackoverflow.com/questions/8817257/minimize-an-uber-jar-correctly-using-shade-plugin
                  -->
                <!-- <minimizeJar>true</minimizeJar> -->
                <shadedArtifactAttached>true</shadedArtifactAttached>
diff --git a/template/pom.xml b/template/pom.xml
index 257c06a..80e87d9 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -268,6 +268,11 @@
                    paho.mqtt.  Apparently watson-iot or paho.mqtt
                    has some behind the scenes depedency that's not
                    captured in the uber jar when minimize is true.
+                   
+                   Hmm... apparently there may be a way to address this sort
+                   of thing using shade plugin configuration filters.
+                   See
+                   https://stackoverflow.com/questions/8817257/minimize-an-uber-jar-correctly-using-shade-plugin
                  -->
                <!-- <minimizeJar>true</minimizeJar> -->
                <shadedArtifactAttached>true</shadedArtifactAttached>