diff --git a/artifact/plugin.jelly b/artifact/plugin.jelly
index cd3617c2..0397ecf4 100644
--- a/artifact/plugin.jelly
+++ b/artifact/plugin.jelly
@@ -367,36 +367,42 @@
-
-
-
-
-
- ${excludes}
-
+
+
+
+ ${excludes}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${includedLibs.add(lib)}
+
+
+
+
+
+
-
-
-
+
+
+
diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml
index a451c6e8..848ac95e 100644
--- a/artifact/xdocs/changes.xml
+++ b/artifact/xdocs/changes.xml
@@ -26,6 +26,9 @@
+ Fix opy-deps when list is empty
+ Accept empty passphrase to ssh based deployers
+ Default to maven.username if repository username not given
Add typeHandler parameter to tags to specify a custom handler
Switch between modern and legacy mode based on properties defined
Absorb the deploy plugin to give one point of migration