diff options
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |