mirror of
https://github.com/tiennm99/lombok.git
synced 2026-07-31 06:26:05 +00:00
running tests on command line can be finicky, lets not make it a requirement when pushing releases.
This commit is contained in:
@@ -769,7 +769,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
|
||||
</replaceregexp>
|
||||
</target>
|
||||
|
||||
<target name="utils-maven" depends="version, dist-utils, test, utils-javadoc" description="Build a maven artifact bundle for lombok-utils.">
|
||||
<target name="utils-maven" depends="version, dist-utils, utils-javadoc" description="Build a maven artifact bundle for lombok-utils.">
|
||||
<jar destfile="dist/lombok-utils-${lombok.version}-javadoc.jar">
|
||||
<fileset dir="build/utils-api" />
|
||||
</jar>
|
||||
@@ -801,7 +801,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
|
||||
</ant>
|
||||
</target>
|
||||
|
||||
<target name="maven" depends="version, dist, test, javadoc" description="Build a maven artifact bundle.">
|
||||
<target name="maven" depends="version, dist, javadoc" description="Build a maven artifact bundle.">
|
||||
<jar destfile="dist/lombok-${lombok.version}-javadoc.jar">
|
||||
<fileset dir="doc/api" />
|
||||
</jar>
|
||||
@@ -863,7 +863,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
|
||||
knownHosts="ssh.knownHosts" />
|
||||
</target>
|
||||
|
||||
<target name="publish" description="Publishes the latest build to googlecode." depends="config-ssh, version, dist, dist-utils, test">
|
||||
<target name="publish" description="Publishes the latest build to googlecode." depends="config-ssh, version, dist, dist-utils">
|
||||
<ivy:scpUpload
|
||||
from="dist/lombok-utils-${lombok.version}.jar"
|
||||
to="/data/lombok/staging"
|
||||
|
||||
Reference in New Issue
Block a user