mirror of https://github.com/apache/maven.git
o updating the pom and build file for the addition of the distribution module
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@648512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db643afb25
commit
5018136c1a
|
@ -150,7 +150,7 @@ under the License.
|
|||
The new Maven distribution was created as part of the MAVEN-COMPILE step, above.
|
||||
This goal just validates the presence of that distribution.
|
||||
</echo>
|
||||
<property name="maven.assembly" location="maven-embedder/target/${maven.home.basename.expected}-bin.zip"/>
|
||||
<property name="maven.assembly" location="maven-distribution/target/${maven.home.basename.expected}-bin.zip"/>
|
||||
<condition property="build.failed">
|
||||
<not>
|
||||
<available file="${maven.assembly}"/>
|
||||
|
|
Loading…
Reference in New Issue