diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly
index 1b9fb581..d5b48e2b 100644
--- a/ant/src/plugin-resources/templates/build.jelly
+++ b/ant/src/plugin-resources/templates/build.jelly
@@ -164,7 +164,15 @@
-
+
+
+ ${maven.license.licenseFile}
+
+
+
+
+
+
Ant user can set proxy settings.
New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings).
"get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository).
+ Add License file to jar META-INF.
Use relative paths in test resources filesets.