diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-15 11:44:17 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-15 11:44:17 +0200 |
commit | cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4 (patch) | |
tree | 6ce342f9ca72cb6bcb760781e99323ce54321e60 /build.xml | |
parent | 09dcd79529db676b533ad28e9b657da9171c0675 (diff) | |
download | lombok-cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4.tar.gz lombok-cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4.tar.bz2 lombok-cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4.zip |
Added maven-publish to the build scripts. Just about every aspect of build and publish is now in the script.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -81,6 +81,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </ant> </target> + <target name="maven-publish" depends="version" description="Build a maven repository then upload it to projectlombok.org"> + <ant antfile="buildScripts/maven.ant.xml" target="maven-publish" inheritAll="false"> + <property name="lombok.version" value="${lombok.version}" /> + </ant> + </target> + <target name="publish" depends="version" description="Publishes the latest build to googlecode"> <ant antfile="buildScripts/publish.ant.xml" target="publish" inheritAll="false"> <property name="lombok.version" value="${lombok.version}" /> |