mirror of https://github.com/apache/maven.git
Small change in mercury build file to use correct assembly location.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@747152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00c302e021
commit
ceaa949f1e
|
@ -62,7 +62,7 @@ END SNIPPET: ant-bootstrap -->
|
|||
<dirname file="${maven.home}" property="maven.home.dirname"/>
|
||||
<!-- Initialize properties -->
|
||||
<property name="maven.home.basename.expected" value="apache-maven-${pom.project.version}"/>
|
||||
<property name="maven.assembly" location="maven-distribution/target/${maven.home.basename.expected}-bin.zip"/>
|
||||
<property name="maven.assembly" location="apache-maven/target/${maven.home.basename.expected}-bin.zip"/>
|
||||
|
||||
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
|
||||
<property name="maven.repo.central" value="http://repository.sonatype.org/content/groups/public"/>
|
||||
|
|
Loading…
Reference in New Issue