Prune trailing whitespace
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</target>
|
||||
|
||||
<property name="maven.install.repo" value="file://${user.home}/.m2/repository"/>
|
||||
<target name="install" depends="package"
|
||||
<target name="install" depends="package"
|
||||
description="Deploys our build artifacts to a Maven repository.">
|
||||
<jar basedir="${src.dir}" destfile="${target.dir}/${ant.project.name}-sources.jar"/>
|
||||
<artifact:deploy file="${target.dir}/${ant.project.name}.jar" uniqueVersion="false">
|
||||
|
||||
Reference in New Issue
Block a user