Alas, most of the world has moved on from Java 1.5. We will be unable to run
our tests when building samskivert with 1.5 because they depend on hsqldb which is a 1.6 jar file. The main code base still compiles with a 1.5 compiler, so there's no need for alarm. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2954 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
<delete dir="${gwtjar.dir}"/>
|
<delete dir="${gwtjar.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="maven-deploy" depends="dist,tests"
|
<target name="maven-deploy" depends="dist"
|
||||||
description="Deploys our build artifacts to a Maven repository.">
|
description="Deploys our build artifacts to a Maven repository.">
|
||||||
<fail unless="maven.deploy.repo">
|
<fail unless="maven.deploy.repo">
|
||||||
Must specify Maven repository with -Dmaven.deploy.repo=file://somepath
|
Must specify Maven repository with -Dmaven.deploy.repo=file://somepath
|
||||||
|
|||||||
Reference in New Issue
Block a user