aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2022-04-18 04:30:12 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2022-04-18 04:30:12 +0200
commit2c892a4170a214e0e5a3a23133cac1b3b7a98618 (patch)
tree05e6235663bec01dc425bc16898af8affc8e88d0 /buildScripts
parenta88e61079edab36d1cffa762e68c14990bd60e21 (diff)
downloadlombok-2c892a4170a214e0e5a3a23133cac1b3b7a98618.tar.gz
lombok-2c892a4170a214e0e5a3a23133cac1b3b7a98618.tar.bz2
lombok-2c892a4170a214e0e5a3a23133cac1b3b7a98618.zip
[build] [trivial] Add a description for the main release target
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/website.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index cbec0ddb..d09e230f 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -272,7 +272,7 @@ such as applying the templates to produce the website, converting the changelog
knownHosts="ssh.knownHosts" />
</target>
- <target name="release.publish" depends="maven, -release.publish.site, website.publish, eclipsep2.publish, maven.publish" />
+ <target name="release.publish" depends="maven, -release.publish.site, website.publish, eclipsep2.publish, maven.publish" description="Deploys a new official lombok release everywhere: maven, website, p2 site" />
<target name="edge.pack" depends="compile.support, version, dist, maven.edge">
<delete file="build/website/download-edge.html" />