mirror of https://github.com/apache/lucene.git
Fix broken maven repository URL on filesystems with spaces and backslash...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92592095e6
commit
e053eb2a16
|
@ -170,7 +170,7 @@
|
|||
<property name="tests.lockdir" location="${common.build.dir}"/>
|
||||
<property name="dist.dir" location="${common.dir}/dist"/>
|
||||
<property name="maven.dist.dir" location="${dist.dir}/maven"/>
|
||||
<property name="m2.repository.url" value="file://${maven.dist.dir}"/>
|
||||
<makeurl file="${maven.dist.dir}" property="m2.repository.url" validate="false"/>
|
||||
<property name="m2.repository.private.key" value="${user.home}/.ssh/id_dsa"/>
|
||||
|
||||
<property name="jflex.home" location="${common.dir}"/>
|
||||
|
|
Loading…
Reference in New Issue