Rebuild plexi with "dist" so "clean" is run
diff --git a/build.xml b/build.xml
index 732c00a..203323f 100644
--- a/build.xml
+++ b/build.xml
@@ -99,7 +99,7 @@
     unless="plexi.uptodate">
     <echo message="Detected Plexi changes. Re-packaging Plexi..."/>
     <ant antfile="${adaptor.clone.dir}/build.xml" dir="${adaptor.clone.dir}"
-      target="package" inheritAll="false">
+      target="dist" inheritAll="false">
       <property name="adaptorlib.suffix" value=""/>
     </ant>
   </target>